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:
1522c23
)
Remove warnings about uninitialised variables.
author
Richard Levitte
<levitte@openssl.org>
Wed, 22 May 2002 07:55:03 +0000
(07:55 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 22 May 2002 07:55:03 +0000
(07:55 +0000)
This has already been applied in the main branch.
crypto/asn1/x_pubkey.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/x_pubkey.c
b/crypto/asn1/x_pubkey.c
index 55630294b65bac218e8082a02fb691ddd2627dcb..b3d0fa0102c035e8bd7abaf8cf28e1450b331ed9 100644
(file)
--- a/
crypto/asn1/x_pubkey.c
+++ b/
crypto/asn1/x_pubkey.c
@@
-84,7
+84,7
@@
int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
X509_PUBKEY *pk;
X509_ALGOR *a;
ASN1_OBJECT *o;
- unsigned char *s,*p;
+ unsigned char *s,*p
= NULL
;
int i;
if (x == NULL) return(0);