forked from wolfSSL/wolfssl
Add debug message regarding failure
This commit is contained in:
@ -15667,6 +15667,7 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
|
|||||||
{
|
{
|
||||||
/* wolfSSL has internal buffer, compatibility only */
|
/* wolfSSL has internal buffer, compatibility only */
|
||||||
WOLFSSL_ENTER("BIO_set_write_buffer_size");
|
WOLFSSL_ENTER("BIO_set_write_buffer_size");
|
||||||
|
WOLFSSL_MSG("Buffer resize failed");
|
||||||
WOLFSSL_STUB("BIO_set_write_buffer_size");
|
WOLFSSL_STUB("BIO_set_write_buffer_size");
|
||||||
(void)bio;
|
(void)bio;
|
||||||
(void) size;
|
(void) size;
|
||||||
|
Reference in New Issue
Block a user