asn_get_encoded() takes 2 arguments.

This commit is contained in:
Matthew N. Dodd 2003-03-26 04:02:51 +00:00
parent cc3521d660
commit 2dc4ca43ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112666

View File

@ -767,7 +767,7 @@ asn_get_octet ( bufp, octet, plen )
* &i is really a dummy value here as we don't keep track
* of the ongoing buffer length
*/
len = asn_get_encoded ( &bp, &i, plen );
len = asn_get_encoded ( &bp, &i );
for ( i = 0; i < len; i++ ) {
*octet++ = *bp++;