projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da29b0d
)
Fix warning.
author
Ben Laurie
<ben@openssl.org>
Sat, 4 Apr 2009 13:39:48 +0000
(13:39 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 4 Apr 2009 13:39:48 +0000
(13:39 +0000)
crypto/pkcs12/p12_kiss.c
patch
|
blob
|
history
diff --git
a/crypto/pkcs12/p12_kiss.c
b/crypto/pkcs12/p12_kiss.c
index 10ee5e7b945bf5341a0fb58a656d334237ee97d8..292cc3ed4a27f2e076923a84279d4355669aac43 100644
(file)
--- a/
crypto/pkcs12/p12_kiss.c
+++ b/
crypto/pkcs12/p12_kiss.c
@@
-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)