We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74461e4 commit 7251018Copy full SHA for 7251018
1 file changed
src/tls.c
@@ -3615,7 +3615,7 @@ int ProcessChainOCSPRequest(WOLFSSL* ssl)
3615
if (chain && chain->buffer) {
3616
while (ret == 0 && pos + OPAQUE24_LEN < chain->length) {
3617
if (i >= MAX_CERT_EXTENSIONS) {
3618
- WOLFSSL_ERROR_MSG_EX(
+ WOLFSSL_MSG_EX(
3619
"OCSP request cert chain exceeds maximum length: "
3620
"i=%d, MAX_CERT_EXTENSIONS=%d", i, MAX_CERT_EXTENSIONS);
3621
ret = MAX_CERT_EXTENSIONS_ERR;
0 commit comments