diff src/lib/sha1.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 055deed128b7
children
line wrap: on
line diff
--- a/src/lib/sha1.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/lib/sha1.h	Sun Sep 16 11:31:27 2007 +0300
@@ -35,8 +35,8 @@
  * implemented by Jun-ichiro itojun Itoh <itojun@itojun.org>
  */
 
-#ifndef __SHA1_H
-#define __SHA1_H
+#ifndef SHA1_H
+#define SHA1_H
 
 /* libmysqlclient really should try to keep its internal stuff internal so
    they won't conflict with the actual programs that are trying to use it.
@@ -77,4 +77,4 @@
 extern void sha1_get_digest(const void *, size_t,
 	unsigned char [SHA1_RESULTLEN]);
 
-#endif /*__SHA1_H*/
+#endif