Bug #16861371 SSL_OP_NO_COMPRESSION NOT DEFINED
post push change: fixing valgrind failures
This commit is contained in:
parent
f07d995799
commit
6c11fedb5e
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user