From 223ba43c2cfc1b2466a963dd81b0628d013201ef Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 10 Feb 2021 12:15:43 -0700 Subject: [PATCH] Add debug message regarding failure --- src/ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ssl.c b/src/ssl.c index a23c7c33a..3ba20bffd 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -15667,6 +15667,7 @@ int wolfSSL_set_compression(WOLFSSL* ssl) { /* wolfSSL has internal buffer, compatibility only */ WOLFSSL_ENTER("BIO_set_write_buffer_size"); + WOLFSSL_MSG("Buffer resize failed"); WOLFSSL_STUB("BIO_set_write_buffer_size"); (void)bio; (void) size;