More style fixes to Curve448 code based on review feedback
[openssl.git] / crypto / ec / curve448 / word.h
index a180850df8d3af97dbc8bf27cd7e52c3e185ef49..ff85c4c458a334c3c2bee4eb751c56362aa1d921 100644 (file)
@@ -10,8 +10,8 @@
  * Originally written by Mike Hamburg
  */
 
-#ifndef __WORD_H__
-# define __WORD_H__
+#ifndef HEADER_WORD_H
+# define HEADER_WORD_H
 
 # include <string.h>
 
@@ -168,4 +168,4 @@ static ossl_inline void ignore_result(c448_bool_t boo)
     (void)boo;
 }
 
-#endif                          /* __WORD_H__ */
+#endif                          /* HEADER_WORD_H */