Commit e877c82f authored by Lev Walkin's avatar Lev Walkin

oops

parent 9e12f2ea
......@@ -201,10 +201,6 @@ SET_decode_ber(asn1_TYPE_descriptor_t *sd,
/* Fall through */
case -1: RETURN(RC_FAIL);
}
printf("size = %ld, ctx->left = %ld\n",
(long)size, (long)ctx->left);
printf("tag_len = %ld, LEFT = %d, %ld\n",
(long)tag_len, LEFT, (long)tlv_tag);
if(ctx->left < 0 && ((uint8_t *)ptr)[0] == 0) {
if(LEFT < 2) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment