]> git.ozlabs.org Git - ppp.git/commit
pppd: fix build with LibreSSL 4.0.0 (#526)
authororbea <orbea@riseup.net>
Tue, 29 Oct 2024 05:42:18 +0000 (22:42 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 05:42:18 +0000 (16:42 +1100)
commitd72b03393a4fe14768dcf54b6cb14a6220b83aaf
tree5d9d81992335f24a7d296922f251806fd649f08e
parentf7120b5cea9ef51f6b3e95b0be9938f2fec24eaf
pppd: fix build with LibreSSL 4.0.0 (#526)

Starting with LibreSSL 4.0.0 the OPENSSL_load_builtin_modules() function
was removed. It is obsolete after automatic library initialization and
now an internal API.

Signed-off-by: orbea <orbea@riseup.net>
pppd/eap-tls.c