Revert the size_t modifications from HEAD that had led to more
[oweals/openssl.git] / crypto / hmac / hm_ameth.c
index 9f6b65abb57e604ebe84c148f9d6fc1323724463..6d8a89149ee3290cf6e9a00c7f76e5391d4c0446 100644 (file)
@@ -104,7 +104,7 @@ static int hmac_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
  */
 
 static int old_hmac_decode(EVP_PKEY *pkey,
-                          const unsigned char **pder, size_t derlen)
+                                       const unsigned char **pder, int derlen)
        {
        ASN1_OCTET_STRING *os;
        os = ASN1_OCTET_STRING_new();