Initialize old_priv_encode, old_priv_decode.

This commit is contained in:
Dr. Stephen Henson 2006-10-27 11:43:27 +00:00
parent a2688c872d
commit b37a68cc8f

View file

@ -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;