]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/md4.h
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot...
[ppp.git] / pppd / md4.h
index d67daeb820b3982fbaee9aae7cc95fae07b77e60..546ea02a8d6967affb32153ae60c1be6c815af07 100644 (file)
@@ -7,10 +7,11 @@
 ** (C) 1990 RSA Data Security, Inc.                                  **
 ** ********************************************************************
 */
+#ifndef PPP_MD4_H
+#define PPP_MD4_H
+
 #include "pppdconf.h"
 
-#ifndef __MD4_INCLUDE__
-#define __MD4_INCLUDE__
 #ifndef USE_MD4
 #include <openssl/md4.h>
 #define MD4Init MD4_Init
@@ -64,4 +65,4 @@ extern void MD4Final(unsigned char *, MD4_CTX *);
 ** End of md4.h
 ****************************(cut)***********************************/
 #endif  /* USE_MD4 */
-#endif  /* __MD4_INCLUDE__ */
+#endif  /* PPP_MD4_H */