Stop dumping the list of cipher avaiable in DEBUG

v2.x_sha2pass_draft2-TEST
René Cannaò 3 years ago
parent 52052dee38
commit 1799f7a6fb

@ -287,6 +287,7 @@ void ProxySQL_Main_init_SSL_module() {
}
//SSL_CTX_set_options(GloVars.global.ssl_ctx, SSL_OP_NO_SSLv3); // no necessary, because of previous SSL_CTX_set_min_proto_version
#ifdef DEBUG
#if 0
{
STACK_OF(SSL_CIPHER) *ciphers;
ciphers = SSL_CTX_get_ciphers(GloVars.global.ssl_ctx);
@ -301,7 +302,8 @@ void ProxySQL_Main_init_SSL_module() {
}
fprintf(stderr,"\n");
}
#endif
#endif // 0
#endif // DEBUG
std::string msg = "";
ProxySQL_create_or_load_TLS(true, msg);
}

Loading…
Cancel
Save