mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
deleted a stray index increment throwing off DecodeResposeData processing
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user