]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509v3/v3_lib.c
Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.
[thirdparty/openssl.git] / crypto / x509v3 / v3_lib.c
index af105723a2c8b810df3590190e1c48c8fc29a005..55b807c1c826058d6fa4b1daa8224bfe0f0578de 100644 (file)
@@ -164,7 +164,7 @@ int X509V3_add_standard_extensions(void)
 
 /* Return an extension internal structure */
 
-char *X509V3_EXT_d2i(X509_EXTENSION *ext)
+void *X509V3_EXT_d2i(X509_EXTENSION *ext)
 {
        X509V3_EXT_METHOD *method;
        unsigned char *p;