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]> --- 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
