mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ppp: add missing openssl legacy dependency for Microsoft plugins
@ 2025-07-14 15:27 Bruno Thomsen
  0 siblings, 0 replies; only message in thread
From: Bruno Thomsen @ 2025-07-14 15:27 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Fixes the following runtime error:

pppd[2286]: Could not load legacy provider, could not load the shared library
NetworkManager[2286]: Could not load legacy provider, could not load the shared library

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/ppp.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/ppp.in b/rules/ppp.in
index 758100c90..6845fb906 100644
--- a/rules/ppp.in
+++ b/rules/ppp.in
@@ -13,6 +13,7 @@ menuconfig PPP
 	select BUSYBOX_TEST	if BUSYBOX && PPP_STARTSCRIPT
 	select BUSYBOX_SLEEP	if BUSYBOX && PPP_STARTSCRIPT
 	select OPENSSL
+	select OPENSSL_LEGACY	if PPP_MICROSOFT
 	help
 	  Point-to-Point Protocol (PPP) - daemon
 

base-commit: 51f6fea554acb994e4f082af28077e82aab221cc
-- 
2.50.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-14 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-14 15:27 [ptxdist] [PATCH] ppp: add missing openssl legacy dependency for Microsoft plugins Bruno Thomsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox