summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/aes-gcm-aead.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/x86/aes-gcm-aead.h')
-rw-r--r--lib/accelerated/x86/aes-gcm-aead.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/accelerated/x86/aes-gcm-aead.h b/lib/accelerated/x86/aes-gcm-aead.h
index a1a71edbc5..f8cb5a5ea1 100644
--- a/lib/accelerated/x86/aes-gcm-aead.h
+++ b/lib/accelerated/x86/aes-gcm-aead.h
@@ -1,3 +1,6 @@
+#ifndef GNUTLS_LIB_ACCELERATED_X86_AES_GCM_AEAD_H
+# define GNUTLS_LIB_ACCELERATED_X86_AES_GCM_AEAD_H
+
static int
aes_gcm_aead_encrypt(void *ctx,
const void *nonce, size_t nonce_size,
@@ -46,3 +49,4 @@ aes_gcm_aead_decrypt(void *ctx,
return 0;
}
+#endif /* GNUTLS_LIB_ACCELERATED_X86_AES_GCM_AEAD_H */