Skip to content

Commit 7251018

Browse files
Fix incorrect logging function name.
1 parent 74461e4 commit 7251018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3615,7 +3615,7 @@ int ProcessChainOCSPRequest(WOLFSSL* ssl)
36153615
if (chain && chain->buffer) {
36163616
while (ret == 0 && pos + OPAQUE24_LEN < chain->length) {
36173617
if (i >= MAX_CERT_EXTENSIONS) {
3618-
WOLFSSL_ERROR_MSG_EX(
3618+
WOLFSSL_MSG_EX(
36193619
"OCSP request cert chain exceeds maximum length: "
36203620
"i=%d, MAX_CERT_EXTENSIONS=%d", i, MAX_CERT_EXTENSIONS);
36213621
ret = MAX_CERT_EXTENSIONS_ERR;

0 commit comments

Comments
 (0)