Fix typo in OBJ_txt2obj which incorrectly passed the content
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Aug 2002 00:48:02 +0000 (00:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Aug 2002 00:48:02 +0000 (00:48 +0000)
commit2af52de7b5c414bf73302a2495c21dcb2db3b90c
tree06deed8e2ed7d19550ce6eddb12187d9bff312fd
parent629d860cbc2420826a13e1f874cadee3e761c406
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