]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/curve448/arch_32/arch_intrinsics.h
Fix header file include guard names
[thirdparty/openssl.git] / crypto / ec / curve448 / arch_32 / arch_intrinsics.h
index 80b4d3982873a3c96dddbddddd2bb5724766319e..7a54903ac95aa59e4a01a15714af69b8f943cc41 100644 (file)
@@ -10,8 +10,8 @@
  * Originally written by Mike Hamburg
  */
 
-#ifndef HEADER_ARCH_32_ARCH_INTRINSICS_H
-# define HEADER_ARCH_32_ARCH_INTRINSICS_H
+#ifndef OSSL_CRYPTO_EC_CURVE448_ARCH_32_INTRINSICS_H
+# define OSSL_CRYPTO_EC_CURVE448_ARCH_32_INTRINSICS_H
 
 #include "internal/constant_time.h"
 
@@ -24,4 +24,4 @@ static ossl_inline uint64_t widemul(uint32_t a, uint32_t b)
     return ((uint64_t)a) * b;
 }
 
-#endif                          /* HEADER_ARCH_32_ARCH_INTRINSICS_H */
+#endif                          /* OSSL_CRYPTO_EC_CURVE448_ARCH_32_INTRINSICS_H */