From ed39a1652c179ec24b4d64b7bc2b3b5a9c376b84 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 12 Dec 2012 09:21:57 -0800 Subject: [PATCH] deleted a stray index increment throwing off DecodeResposeData processing --- ctaocrypt/src/asn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ctaocrypt/src/asn.c b/ctaocrypt/src/asn.c index 905c4eb4b..0edc4797b 100644 --- a/ctaocrypt/src/asn.c +++ b/ctaocrypt/src/asn.c @@ -4373,7 +4373,6 @@ static int DecodeResponseData(byte* source, return ASN_PARSE_E; if (!ValidateDate(resp->producedDate, resp->producedDateFormat, BEFORE)) return ASN_BEFORE_DATE_E; - idx += length; if (DecodeSingleResponse(source, &idx, resp, size) < 0) return ASN_PARSE_E;