aboutsummaryrefslogtreecommitdiff
path: root/src/field_5x52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/field_5x52.h')
-rw-r--r--src/field_5x52.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/field_5x52.h b/src/field_5x52.h
index 8e69a560dc..bccd8feb4d 100644
--- a/src/field_5x52.h
+++ b/src/field_5x52.h
@@ -4,8 +4,8 @@
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
**********************************************************************/
-#ifndef _SECP256K1_FIELD_REPR_
-#define _SECP256K1_FIELD_REPR_
+#ifndef SECP256K1_FIELD_REPR_H
+#define SECP256K1_FIELD_REPR_H
#include <stdint.h>
@@ -44,4 +44,4 @@ typedef struct {
(d6) | (((uint64_t)(d7)) << 32) \
}}
-#endif
+#endif /* SECP256K1_FIELD_REPR_H */