Fix typo in OBJ_txt2obj which incorrectly passed the content
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Aug 2002 00:36:44 +0000 (00:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Aug 2002 00:36:44 +0000 (00:36 +0000)
commit1318510f8cfe60c522e93795f326d02d76ea04fe
treef0953843e91d72f4550a9e23b14d451635ca475f
parent532441a93ad06a74f69d4d065cf92a95aaf4d0ca
Fix typo in OBJ_txt2obj which incorrectly passed the content
length, instead of the encoding length to d2i_ASN1_OBJECT.

This wasn't visible before becuse ASN1_get_object() used
to read past the length of the supplied buffer.
CHANGES
crypto/objects/obj_dat.c