Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #429 Signed-off-by: Eivind Næss <[email protected]>
- Loading branch information