X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fcrypto_ms.c;fp=pppd%2Fcrypto_ms.c;h=ccf8129d418c0c1492ec65482c8c3147ab11a49c;hb=59342ab622a96393d25d3a2f0592c8675e771295;hp=a9ddd5fda9465eb3a2fc18f96ae3993b1e09e979;hpb=039c51dcdb046fe1d21f101196e6e3e4a851b38c;p=ppp.git diff --git a/pppd/crypto_ms.c b/pppd/crypto_ms.c index a9ddd5f..ccf8129 100644 --- a/pppd/crypto_ms.c +++ b/pppd/crypto_ms.c @@ -122,8 +122,6 @@ MakeKey(const unsigned char *key, unsigned char *des_key) DES_set_odd_parity((DES_cblock *)des_key); } -#include - int DesEncrypt(const unsigned char *clear, const unsigned char *key, unsigned char *cipher) {