]> git.ozlabs.org Git - ppp.git/commit
pppd: Fix compilation with openssl disabled (#431)
authorEivind Næss <eivnaes@yahoo.com>
Fri, 4 Aug 2023 06:18:09 +0000 (23:18 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 06:18:09 +0000 (16:18 +1000)
commit59342ab622a96393d25d3a2f0592c8675e771295
treeb522430f313c25a086384858bd327a187a2664ad
parent039c51dcdb046fe1d21f101196e6e3e4a851b38c
pppd: Fix compilation with openssl disabled (#431)

If openssl is disabled at configure time but microsoft extensions are enabled,
we get a compilation error due to an unnecessary include in crypto_ms.c.
This removes the unnecessary include.  With this, pppd compiles without
openssl as long as you add the following arguments to the configure script
invocation:

        --disable-peap --disable-eaptls --without-openssl

Fixes: https://github.com/ppp-project/ppp/issues/429
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/crypto_ms.c