]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/curve448/ed448.h
Fix header file include guard names
[thirdparty/openssl.git] / crypto / ec / curve448 / ed448.h
index b198f36e3abc3063e4b92b7f0be4702c18ba6809..4f99fe6901a193f7d0b6f372ef1c1b0b9a0cbac7 100644 (file)
@@ -10,8 +10,8 @@
  * Originally written by Mike Hamburg
  */
 
-#ifndef HEADER_ED448_H
-# define HEADER_ED448_H
+#ifndef OSSL_CRYPTO_EC_CURVE448_ED448_H
+# define OSSL_CRYPTO_EC_CURVE448_ED448_H
 
 # include "point_448.h"
 
@@ -198,4 +198,4 @@ c448_error_t c448_ed448_convert_private_key_to_x448(
                             uint8_t x[X448_PRIVATE_BYTES],
                             const uint8_t ed[EDDSA_448_PRIVATE_BYTES]);
 
-#endif                          /* HEADER_ED448_H */
+#endif                          /* OSSL_CRYPTO_EC_CURVE448_ED448_H */