diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-05-01 20:33:28 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-05-07 21:10:46 +0200 |
commit | d726c955344bbcda9b17c5b5f17785a68f0870b9 (patch) | |
tree | 5fbe7626602bdb11e91a8b7e5cd92ae792424657 /lib/nettle/int/rsa-fips.h | |
parent | feab28d68df8aadda62b7964c23537d32a52ee54 (diff) | |
download | gnutls-tmp-header-guards.tar.gz |
Add or clean header guards in lib/nettletmp-header-guards
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/nettle/int/rsa-fips.h')
-rw-r--r-- | lib/nettle/int/rsa-fips.h | 6 |
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 */ |