summaryrefslogtreecommitdiff
path: root/lib/nettle/backport/cmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/backport/cmac.h')
-rw-r--r--lib/nettle/backport/cmac.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/nettle/backport/cmac.h b/lib/nettle/backport/cmac.h
index 85939ce682..41dbfcf31b 100644
--- a/lib/nettle/backport/cmac.h
+++ b/lib/nettle/backport/cmac.h
@@ -33,8 +33,8 @@
not, see https://www.gnu.org/licenses/.
*/
-#ifndef NETTLE_CMAC_H_INCLUDED
-#define NETTLE_CMAC_H_INCLUDED
+#ifndef GNUTLS_LIB_NETTLE_BACKPORT_CMAC_H
+#define GNUTLS_LIB_NETTLE_BACKPORT_CMAC_H
#include <nettle/nettle-types.h>
@@ -136,5 +136,4 @@ cmac_aes256_digest(struct cmac_aes256_ctx *ctx,
}
#endif
-#endif /* CMAC_H_INCLUDED */
-
+#endif /* GNUTLS_LIB_NETTLE_BACKPORT_CMAC_H */