aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/aes_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt_ops/aes_openssl.c')
-rw-r--r--src/lib/crypt_ops/aes_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/aes_openssl.c b/src/lib/crypt_ops/aes_openssl.c
index 64564892ad..d493b1846b 100644
--- a/src/lib/crypt_ops/aes_openssl.c
+++ b/src/lib/crypt_ops/aes_openssl.c
@@ -154,7 +154,7 @@ evaluate_ctr_for_aes(void)
/* Interface to AES code, and counter implementation */
/** Implements an AES counter-mode cipher. */
-struct aes_cnt_cipher {
+struct aes_cnt_cipher_t {
/** This next element (however it's defined) is the AES key. */
union {
EVP_CIPHER_CTX evp;