Add debug message regarding failure

This commit is contained in:
kaleb-himes
2021-02-10 12:15:43 -07:00
parent 9e6ab4ab70
commit 223ba43c2c

View File

@ -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;