Thanks, applied as cb608f805b1c9edcd231cfb1501cf8a0a11f3376. Michael
[sent from post-receive hook] On Wed, 30 Jul 2025 16:00:18 +0200, Bruno Thomsen <[email protected]> wrote: > 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/ppp.in b/rules/ppp.in > index 758100c90273..6845fb9067cb 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 >
