Move EVP_PKEY algorithm implementations into a union
[openssl.git] / crypto / include / internal / modes_int.h
index 5230f08966dc6161f5d0c61eed73e96ebae96f5e..08e4ffae740edc1ad74c54a88e1b1d3b893bd169 100644 (file)
@@ -211,6 +211,7 @@ struct siv128_context {
     SIV_BLOCK d;
     SIV_BLOCK tag;
     EVP_CIPHER_CTX *cipher_ctx;
+    EVP_MAC *mac;
     EVP_MAC_CTX *mac_ctx_init;
     int final_ret;
     int crypto_ok;