OSDN Git Service

Merge korg/donut into korg/master
[android-x86/external-ppp.git] / pppd / pppcrypt.h
index adcdcbc..33b956d 100644 (file)
 #endif
 
 #ifndef USE_CRYPT
+#ifdef ANDROID_CHANGES
+#include <openssl/des.h>
+#else
 #include <des.h>
 #endif
+#endif
 
 extern bool    DesSetkey __P((u_char *));
 extern bool    DesEncrypt __P((u_char *, u_char *));