summaryrefslogtreecommitdiff
path: root/lib/nettle/backport/cfb8.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/backport/cfb8.h')
-rw-r--r--lib/nettle/backport/cfb8.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/nettle/backport/cfb8.h b/lib/nettle/backport/cfb8.h
index c0a452ca04..351b46f73f 100644
--- a/lib/nettle/backport/cfb8.h
+++ b/lib/nettle/backport/cfb8.h
@@ -32,8 +32,8 @@
not, see https://www.gnu.org/licenses/.
*/
-#ifndef NETTLE_CFB8_H_INCLUDED
-#define NETTLE_CFB8_H_INCLUDED
+#ifndef GNUTLS_LIB_NETTLE_BACKPORT_CFB8_H
+#define GNUTLS_LIB_NETTLE_BACKPORT_CFB8_H
#include <nettle/cfb.h>
@@ -93,4 +93,5 @@ cfb8_decrypt(const void *ctx, nettle_cipher_func *f,
#ifdef __cplusplus
}
#endif
-#endif /* NETTLE_CFB8_H_INCLUDED */
+
+#endif /* GNUTLS_LIB_NETTLE_BACKPORT_CFB8_H */