Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 6c11fed

Browse files
author
V S Murthy Sidagam
committed
Bug #16861371 SSL_OP_NO_COMPRESSION NOT DEFINED
post push change: fixing valgrind failures
1 parent f07d995 commit 6c11fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vio/viossl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
188188
n= sk_SSL_COMP_num(ssl_comp_methods);
189189
DBUG_PRINT("info", ("Available compression methods:\n"));
190190
if (n == 0)
191-
fprintf(stderr, " NONE\n");
191+
DBUG_PRINT("info", ("NONE\n"));
192192
else
193193
for (j = 0; j < n; j++)
194194
{

0 commit comments

Comments
 (0)