mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 14:22:13 +01:00
Fix for building with WOLFSSL_NO_OCSP_OPTIONAL_CERTS defined.
This commit is contained in:
@@ -10234,6 +10234,8 @@ static int DecodeBasicOcspResponse(byte* source, word32* ioIndex,
|
||||
WOLFSSL_MSG("\tOCSP Confirm signature failed");
|
||||
return ASN_OCSP_CONFIRM_E;
|
||||
}
|
||||
|
||||
(void)noVerify;
|
||||
}
|
||||
|
||||
*ioIndex = idx;
|
||||
|
||||
Reference in New Issue
Block a user