From: Dr. Stephen Henson Date: Fri, 27 Oct 2006 11:43:27 +0000 (+0000) Subject: Initialize old_priv_encode, old_priv_decode. X-Git-Tag: OpenSSL_0_9_8k^2~1088 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b37a68cc8f0580d8df1d603aa2d685dcd7567292 Initialize old_priv_encode, old_priv_decode. --- 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;