]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppcrypt.h
pppd: Fix vslprintf %ld for negative values (#279)
[ppp.git] / pppd / pppcrypt.h
index adcdcbcb68ddc321e2bf0bcdb51f655bee049fa1..0f71bb357b9ad9d78b483fb1d53160f4dbd06ad9 100644 (file)
 #endif
 
 #ifndef USE_CRYPT
-#include <des.h>
+#include <openssl/des.h>
 #endif
 
-extern bool    DesSetkey __P((u_char *));
-extern bool    DesEncrypt __P((u_char *, u_char *));
-extern bool    DesDecrypt __P((u_char *, u_char *));
+extern bool    DesSetkey(u_char *);
+extern bool    DesEncrypt(u_char *, u_char *);
+extern bool    DesDecrypt(u_char *, u_char *);
 
 #endif /* PPPCRYPT_H */