]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/evp_locl.h
Prepare EVP_MAC infrastructure for moving all MACs to providers
[thirdparty/openssl.git] / crypto / evp / evp_locl.h
index 59072e368b12fae3158d777204545a6318d385f8..3fd73212a4b346f57340a966b93aed085452e03a 100644 (file)
@@ -56,7 +56,7 @@ struct evp_cipher_ctx_st {
 } /* EVP_CIPHER_CTX */ ;
 
 struct evp_mac_ctx_st {
-    const EVP_MAC *meth;         /* Method structure */
+    EVP_MAC *meth;               /* Method structure */
     void *data;                  /* Individual method data */
 } /* EVP_MAC_CTX */;