summaryrefslogtreecommitdiff
path: root/lib/nettle/gost/ecc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gost/ecc-internal.h')
-rw-r--r--lib/nettle/gost/ecc-internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/gost/ecc-internal.h b/lib/nettle/gost/ecc-internal.h
index 70392aa7fb..a553983c9d 100644
--- a/lib/nettle/gost/ecc-internal.h
+++ b/lib/nettle/gost/ecc-internal.h
@@ -31,8 +31,8 @@
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
-#ifndef NETTLE_GOST_ECC_INTERNAL_H_INCLUDED
-#define NETTLE_GOST_ECC_INTERNAL_H_INCLUDED
+#ifndef GNUTLS_LIB_NETTLE_GOST_ECC_INTERNAL_H
+#define GNUTLS_LIB_NETTLE_GOST_ECC_INTERNAL_H
#include <nettle/nettle-types.h>
#include <nettle/bignum.h>
@@ -250,4 +250,4 @@ cnd_copy (int cnd, mp_limb_t *rp, const mp_limb_t *ap, mp_size_t n);
#endif
#define ECC_GOSTDSA_SIGN_ITCH(size) (12*(size))
-#endif /* NETTLE_GOST_ECC_INTERNAL_H_INCLUDED */
+#endif /* GNUTLS_LIB_NETTLE_GOST_ECC_INTERNAL_H */