]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/pkcs12/p12_mutl.c
Massive constification.
[thirdparty/openssl.git] / crypto / pkcs12 / p12_mutl.c
index 9acd6ce316405d0b0a22464c086fe050ce6c07d1..d860c21b52be70acb45ac165634a7f0fb6a82a2c 100644 (file)
@@ -70,7 +70,7 @@ int passlen;
 unsigned char *mac;
 unsigned int *maclen;
 {
-       EVP_MD *md_type;
+       const EVP_MD *md_type;
        HMAC_CTX hmac;
        unsigned char key[PKCS12_MAC_KEY_LENGTH], *salt;
        int saltlen, iter;