forked from wolfSSL/wolfssl
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");
|
WOLFSSL_MSG("\tOCSP Confirm signature failed");
|
||||||
return ASN_OCSP_CONFIRM_E;
|
return ASN_OCSP_CONFIRM_E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
(void)noVerify;
|
||||||
}
|
}
|
||||||
|
|
||||||
*ioIndex = idx;
|
*ioIndex = idx;
|
||||||
|
Reference in New Issue
Block a user