]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/md5.h
Adding propper include guard to header files, renaming to PPP_<FILE>_H for consistency
[ppp.git] / pppd / md5.h
index 662eb4126085c6f48ada54d41cea54ba7b2fd3e9..31f410dcf19c3911f38b7b3cd8266a7a867747bd 100644 (file)
  ** documentation and/or software.                                    **
  ***********************************************************************
  */
+#ifndef PPP_MD5_H
+#define PPP_MD5_H
+
 #include "pppdconf.h"
 
-#ifndef __MD5_INCLUDE__
-#define __MD5_INCLUDE__
 #ifndef USE_MD5
 #include <openssl/md5.h>
 #else
@@ -67,4 +68,4 @@ void MD5_Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
 void MD5_Final (unsigned char hash[], MD5_CTX *mdContext);
 
 #endif /* USE_MD5 */
-#endif /* __MD5_INCLUDE__ */
+#endif /* PPP_MD5_H */