]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/crypto_ms.c
pppd: Fix compilation with openssl disabled (#431)
[ppp.git] / pppd / crypto_ms.c
index a9ddd5fda9465eb3a2fc18f96ae3993b1e09e979..ccf8129d418c0c1492ec65482c8c3147ab11a49c 100644 (file)
@@ -122,8 +122,6 @@ MakeKey(const unsigned char *key, unsigned char *des_key)
        DES_set_odd_parity((DES_cblock *)des_key);
 }
 
-#include <openssl/evp.h>
-
 int
 DesEncrypt(const unsigned char *clear, const unsigned char *key, unsigned char *cipher)
 {