summaryrefslogtreecommitdiff
path: root/lib/nettle/int/rsa-fips.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/int/rsa-fips.h')
-rw-r--r--lib/nettle/int/rsa-fips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/int/rsa-fips.h b/lib/nettle/int/rsa-fips.h
index 7b1cf701d2..a2a418a788 100644
--- a/lib/nettle/int/rsa-fips.h
+++ b/lib/nettle/int/rsa-fips.h
@@ -21,8 +21,8 @@
* MA 02111-1301, USA.
*/
-#ifndef RSA_FIPS_H_INCLUDED
-#define RSA_FIPS_H_INCLUDED
+#ifndef GNUTLS_LIB_NETTLE_INT_RSA_FIPS_H
+#define GNUTLS_LIB_NETTLE_INT_RSA_FIPS_H
#include <nettle/rsa.h>
@@ -46,4 +46,4 @@ rsa_generate_fips186_4_keypair(struct rsa_public_key *pub,
/* Desired size of modulo, in bits */
unsigned n_size);
-#endif
+#endif /* GNUTLS_LIB_NETTLE_INT_RSA_FIPS_H */