]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/curve448/field.h
Fix header file include guard names
[thirdparty/openssl.git] / crypto / ec / curve448 / field.h
index 1bade8b1ab41ab7ebcef2e1ef08cc6e4bf243636..9d6ee1cacc8d15798462dc6e52149fbbe8e334e1 100644 (file)
@@ -10,8 +10,8 @@
  * Originally written by Mike Hamburg
  */
 
-#ifndef HEADER_FIELD_H
-# define HEADER_FIELD_H
+#ifndef OSSL_CRYPTO_EC_CURVE448_FIELD_H
+# define OSSL_CRYPTO_EC_CURVE448_FIELD_H
 
 # include "internal/constant_time.h"
 # include <string.h>
@@ -165,4 +165,4 @@ static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap)
     }
 }
 
-#endif                          /* HEADER_FIELD_H */
+#endif                          /* OSSL_CRYPTO_EC_CURVE448_FIELD_H */