ASN1_item_verify needs to initialize ctx before any "goto err" can
authorBodo Möller <bodo@openssl.org>
Wed, 4 Oct 2006 06:14:36 +0000 (06:14 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 4 Oct 2006 06:14:36 +0000 (06:14 +0000)
commitd326582cabe290fff22678af0270667b2b2761d9
tree2915b25e258da767331861511a6583ffb0bba3e6
parentf4c630abb3552d5c8eabe23eadc5488017325449
ASN1_item_verify needs to initialize ctx before any "goto err" can
happen; the new code for the OID cross reference table failed to do so.
crypto/asn1/a_verify.c