From b37a68cc8f0580d8df1d603aa2d685dcd7567292 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 27 Oct 2006 11:43:27 +0000 Subject: [PATCH] Initialize old_priv_encode, old_priv_decode. --- crypto/asn1/ameth_lib.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.34.1