Initialize old_priv_encode, old_priv_decode.
This commit is contained in:
parent
a2688c872d
commit
b37a68cc8f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue