X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fa_type.c;h=161ef8119737446f4a6cea8d3e4b9a18ffe27eac;hb=9fd4ee5d7c0925aa4c1c52e33429bdebe868f9e2;hp=92efb0ba0265c8029ad3a32ddd1fd1e8a1c1962e;hpb=9d1a01be8f84143618fc862e1222eb714949fdc1;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c index 92efb0ba02..161ef81197 100644 --- a/crypto/asn1/a_type.c +++ b/crypto/asn1/a_type.c @@ -282,7 +282,7 @@ void ASN1_TYPE_free(ASN1_TYPE *a) { if (a == NULL) return; ASN1_TYPE_component_free(a); - Free((char *)a); + Free(a); } int ASN1_TYPE_get(ASN1_TYPE *a)