A few more ENGINE strings that need shortening.
[oweals/openssl.git] / crypto / pem / pem_info.c
index 6e0ad72605fb42097f65b9d48de2770d68843469..7382b61995c4a3a2c570448461559d78227b1ac3 100644 (file)
@@ -99,7 +99,7 @@ STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pe
        int ok=0;
        STACK_OF(X509_INFO) *ret=NULL;
        unsigned int i,raw,ptype;
-       d2i_of_void *d2i;
+       d2i_of_void *d2i = 0;
 
        if (sk == NULL)
                {