Seek out and destroy another evil cast.
[openssl.git] / crypto / asn1 / a_verify.c
index 2f4892f669171e1cf452b7b12e1bf78078e703b0..d4aede85c37e11c6a467e21d883a9ca8349bad74 100644 (file)
@@ -101,7 +101,7 @@ int ASN1_verify(int (*i2d)(), X509_ALGOR *a, ASN1_BIT_STRING *signature,
        EVP_VerifyUpdate(&ctx,(unsigned char *)buf_in,inl);
 
        memset(buf_in,0,(unsigned int)inl);
-       Free((char *)buf_in);
+       Free(buf_in);
 
        if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
                        (unsigned int)signature->length,pkey) <= 0)