summaryrefslogtreecommitdiff
path: root/lib/nettle/backport/xts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/backport/xts.h')
-rw-r--r--lib/nettle/backport/xts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/backport/xts.h b/lib/nettle/backport/xts.h
index 5111af0f38..238e31272a 100644
--- a/lib/nettle/backport/xts.h
+++ b/lib/nettle/backport/xts.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef _BACKPORT_NETTLE_XTS_H_INCLUDED
-#define _BACKPORT_NETTLE_XTS_H_INCLUDED
+#ifndef GNUTLS_LIB_NETTLE_BACKPORT_XTS_H
+#define GNUTLS_LIB_NETTLE_BACKPORT_XTS_H
#ifdef HAVE_XTS_ENCRYPT_MESSAGE
#include <nettle/xts.h>
@@ -119,4 +119,4 @@ xts_aes256_decrypt_message(struct xts_aes256_key *xts_key,
#endif /* HAVE_XTS_ENCRYPT_MESSAGE */
-#endif /* _BACKPORT_NETTLE_XTS_H_INCLUDED */
+#endif /* GNUTLS_LIB_NETTLE_BACKPORT_XTS_H */