This is the first of two commits (didn't want to dump them all into the
[openssl.git] / crypto / x509v3 / v3_utl.c
index 40f71c71b4fd070445db2db45102aa25ce3f9d7b..4c2c4a9483913aa01302b59f3c32add2f478b2b6 100644 (file)
@@ -104,7 +104,7 @@ void X509V3_conf_free(CONF_VALUE *conf)
        if(conf->name) Free(conf->name);
        if(conf->value) Free(conf->value);
        if(conf->section) Free(conf->section);
-       Free((char *)conf);
+       Free(conf);
 }
 
 int X509V3_add_value_bool(const char *name, int asn1_bool,