summaryrefslogtreecommitdiff
path: root/lib/fips.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fips.h')
-rw-r--r--lib/fips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/fips.h b/lib/fips.h
index 97f1c26219..7385a95de0 100644
--- a/lib/fips.h
+++ b/lib/fips.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef FIPS_H
-# define FIPS_H
+#ifndef GNUTLS_LIB_FIPS_H
+#define GNUTLS_LIB_FIPS_H
#include "gnutls_int.h"
#include <gnutls/gnutls.h>
@@ -167,4 +167,4 @@ static unsigned is_cipher_algo_forbidden(gnutls_cipher_algorithm_t algo)
# define FIPS_RULE(condition, ret_error, ...)
#endif
-#endif /* FIPS_H */
+#endif /* GNUTLS_LIB_FIPS_H */