Massive constification.
[openssl.git] / crypto / hmac / hmac.c
index fb091299633dbd243a7a64ae31ee93ba99caa5ee..ead5f649f8174e79517b55774887288769537b43 100644 (file)
@@ -64,7 +64,7 @@ void HMAC_Init(ctx,key,len,md)
 HMAC_CTX *ctx;
 unsigned char *key;
 int len;
-EVP_MD *md;
+const EVP_MD *md;
        {
        int i,j,reset=0;
        unsigned char pad[HMAC_MAX_MD_CBLOCK];