]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/curve448/point_448.h
Fix header file include guard names
[thirdparty/openssl.git] / crypto / ec / curve448 / point_448.h
index 1708b57fe82456bef1af6482dfe3a4ab6c9e5433..9f09aea13f6c2e7593d94fa925e03caca67bff1e 100644 (file)
@@ -10,8 +10,8 @@
  * Originally written by Mike Hamburg
  */
 
-#ifndef HEADER_POINT_448_H
-# define HEADER_POINT_448_H
+#ifndef OSSL_CRYPTO_EC_CURVE448_POINT_448_H
+# define OSSL_CRYPTO_EC_CURVE448_POINT_448_H
 
 # include "curve448utils.h"
 # include "field.h"
@@ -298,4 +298,4 @@ void curve448_scalar_destroy(curve448_scalar_t scalar);
 /* Overwrite point with zeros. */
 void curve448_point_destroy(curve448_point_t point);
 
-#endif                          /* HEADER_POINT_448_H */
+#endif                          /* OSSL_CRYPTO_EC_CURVE448_POINT_448_H */