Bug #16861371 SSL_OP_NO_COMPRESSION NOT DEFINED

post push change: fixing valgrind failures
This commit is contained in:
V S Murthy Sidagam 2015-04-21 09:24:41 +05:30
parent f07d995799
commit 6c11fedb5e

View File

@ -188,7 +188,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
n= sk_SSL_COMP_num(ssl_comp_methods);
DBUG_PRINT("info", ("Available compression methods:\n"));
if (n == 0)
fprintf(stderr, " NONE\n");
DBUG_PRINT("info", ("NONE\n"));
else
for (j = 0; j < n; j++)
{