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:
a2688c8
)
Initialize old_priv_encode, old_priv_decode.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 27 Oct 2006 11:43:27 +0000
(11:43 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 27 Oct 2006 11:43:27 +0000
(11:43 +0000)
crypto/asn1/ameth_lib.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/ameth_lib.c
b/crypto/asn1/ameth_lib.c
index a96f1ab28916b2d21ee0fbb4ec571ee09ab07e16..5a3132ab034bdbd8f661d85f2fdf944039212893 100644
(file)
--- a/
crypto/asn1/ameth_lib.c
+++ b/
crypto/asn1/ameth_lib.c
@@
-309,6
+309,9
@@
EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
ameth->priv_encode = 0;
ameth->priv_print = 0;
+ ameth->old_priv_encode = 0;
+ ameth->old_priv_decode = 0;
+
ameth->pkey_size = 0;
ameth->pkey_bits = 0;