aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/modes_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/modes_lcl.h')
-rw-r--r--crypto/modes/modes_lcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/modes/modes_lcl.h b/crypto/modes/modes_lcl.h
index d042d30..0517808 100644
--- a/crypto/modes/modes_lcl.h
+++ b/crypto/modes/modes_lcl.h
@@ -206,8 +206,8 @@ struct siv128_context {
SIV_BLOCK d;
SIV_BLOCK tag;
EVP_CIPHER_CTX *cipher_ctx;
- CMAC_CTX *cmac_ctx_init;
- CMAC_CTX *cmac_ctx;
+ EVP_MAC_CTX *mac_ctx_init;
+ EVP_MAC_CTX *mac_ctx;
int final_ret;
int crypto_ok;
};