summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/ameth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-10-27 11:43:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-10-27 11:43:27 +0000
commitb37a68cc8f0580d8df1d603aa2d685dcd7567292 (patch)
treed02f1b37365771cd9d6e86b8053bc39a41d4109f /crypto/asn1/ameth_lib.c
parenta2688c872ded9cd210bb721ab6bbf5e7cc745049 (diff)
Initialize old_priv_encode, old_priv_decode.
Diffstat (limited to 'crypto/asn1/ameth_lib.c')
-rw-r--r--crypto/asn1/ameth_lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/asn1/ameth_lib.c b/crypto/asn1/ameth_lib.c
index a96f1ab289..5a3132ab03 100644
--- 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;