summaryrefslogtreecommitdiff
path: root/lib/nettle/gost/ecc-gost512a-64.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gost/ecc-gost512a-64.h')
-rw-r--r--lib/nettle/gost/ecc-gost512a-64.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/nettle/gost/ecc-gost512a-64.h b/lib/nettle/gost/ecc-gost512a-64.h
index a9cd1498c0..4b2181a9fb 100644
--- a/lib/nettle/gost/ecc-gost512a-64.h
+++ b/lib/nettle/gost/ecc-gost512a-64.h
@@ -1,3 +1,6 @@
+#ifndef GNUTLS_LIB_NETTLE_GOST_ECC_GOST512A_64_H
+#define GNUTLS_LIB_NETTLE_GOST_ECC_GOST512A_64_H
+
/* For NULL. */
#include <stddef.h>
#define ECC_LIMB_SIZE 8
@@ -557,3 +560,5 @@ static const mp_limb_t ecc_table[2048] = {
0x985a33a6204a4502ULL, 0x8b918c4eda502eb1ULL, 0x8026596480a17e66ULL, 0x173aeb7d9492eafbULL, 0xfa5a5e9bebf08ccdULL, 0xf3fa901e1514341bULL, 0x58450d397274c4deULL, 0x11e797e33d7994ddULL,
};
#endif
+
+#endif /* GNUTLS_LIB_NETTLE_GOST_ECC_GOST512A_64_H */