Seek out and destroy another evil cast.
[openssl.git] / crypto / pkcs12 / p12_bags.c
index 5a0abd6bae80eb078bf7ddb669a76cfcfea1d95f..c358b0673553abb327c3919a42b8daf9bdc867d5 100644 (file)
@@ -188,5 +188,5 @@ void PKCS12_BAGS_free (PKCS12_BAGS *a)
        }
 
        ASN1_OBJECT_free (a->type);
-       Free ((char *)a);
+       Free (a);
 }