From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: bruno.thomsen@gmail.com
Subject: [ptxdist] [PATCH] ppp: add missing openssl legacy dependency for Microsoft plugins
Date: Mon, 14 Jul 2025 17:27:31 +0200 [thread overview]
Message-ID: <20250714152731.5169-1-bruno.thomsen@gmail.com> (raw)
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
reply other threads:[~2025-07-14 15:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250714152731.5169-1-bruno.thomsen@gmail.com \
--to=bruno.thomsen@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox