summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/aes-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/x86/aes-x86.h')
-rw-r--r--lib/accelerated/x86/aes-x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/accelerated/x86/aes-x86.h b/lib/accelerated/x86/aes-x86.h
index cb3fed4bc5..3a63d818c3 100644
--- a/lib/accelerated/x86/aes-x86.h
+++ b/lib/accelerated/x86/aes-x86.h
@@ -45,5 +45,6 @@ void vpaes_decrypt(const unsigned char *in, unsigned char *out, const AES_KEY *k
extern const gnutls_crypto_cipher_st aes_gcm_pclmul;
extern const gnutls_crypto_cipher_st aes_gcm_x86_ssse3;
+extern const gnutls_crypto_cipher_st aes_gcm_x86_aesni;
#endif