Fix warning.

This commit is contained in:
Ben Laurie 2009-04-04 13:39:48 +00:00
parent da29b0d335
commit 3042945ac8

View File

@ -81,7 +81,7 @@ int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
STACK_OF(X509) **ca)
{
STACK_OF(X509) *ocerts = NULL;
X509 *x;
X509 *x = NULL;
/* Check for NULL PKCS12 structure */
if(!p12)