summaryrefslogtreecommitdiff
path: root/lib/nettle/int/drbg-aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/int/drbg-aes.h')
-rw-r--r--lib/nettle/int/drbg-aes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/int/drbg-aes.h b/lib/nettle/int/drbg-aes.h
index 5d03929662..ac2b85860f 100644
--- a/lib/nettle/int/drbg-aes.h
+++ b/lib/nettle/int/drbg-aes.h
@@ -21,8 +21,8 @@
* MA 02111-1301, USA.
*/
-#ifndef DRBG_AES_H_INCLUDED
-#define DRBG_AES_H_INCLUDED
+#ifndef GNUTLS_LIB_NETTLE_INT_DRBG_AES_H
+#define GNUTLS_LIB_NETTLE_INT_DRBG_AES_H
#include <config.h>
#include <nettle/aes.h>
@@ -90,4 +90,4 @@ int drbg_aes_is_seeded(struct drbg_aes_ctx *ctx);
int drbg_aes_self_test(void);
-#endif /* DRBG_AES_H_INCLUDED */
+#endif /* GNUTLS_LIB_NETTLE_INT_DRBG_AES_H */