encoding bug

This commit is contained in:
Lev Walkin 2006-09-08 01:56:32 +00:00
parent 9e4f415c9e
commit 53827fd83b
1 changed files with 1 additions and 0 deletions

View File

@ -598,6 +598,7 @@ INTEGER_encode_uper(asn_TYPE_descriptor_t *td,
_ASN_ENCODE_FAILED;
if(per_put_many_bits(po, buf, 8 * mayEncode))
_ASN_ENCODE_FAILED;
buf += mayEncode;
}
_ASN_ENCODED_OK(er);