Commit b37a68cc authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Initialize old_priv_encode, old_priv_decode.

parent a2688c87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;