mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-20 21:39:41 +00:00
Fix warning.
This commit is contained in:
parent
da29b0d335
commit
3042945ac8
@ -81,7 +81,7 @@ int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
|
|||||||
STACK_OF(X509) **ca)
|
STACK_OF(X509) **ca)
|
||||||
{
|
{
|
||||||
STACK_OF(X509) *ocerts = NULL;
|
STACK_OF(X509) *ocerts = NULL;
|
||||||
X509 *x;
|
X509 *x = NULL;
|
||||||
/* Check for NULL PKCS12 structure */
|
/* Check for NULL PKCS12 structure */
|
||||||
|
|
||||||
if(!p12)
|
if(!p12)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user