summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssl_openssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl_openssl.c b/ssl_openssl.c
index ebea636..093ccf3 100644
--- a/ssl_openssl.c
+++ b/ssl_openssl.c
@@ -186,7 +186,6 @@ tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers)
{
ASSERT(NULL != ctx);
- /* Fox-IT hardening: restrict allowed TLS ciphers. */
if(!SSL_CTX_set_cipher_list(ctx->ctx, ciphers))
msg(M_SSLERR, "Failed to set restricted TLS cipher list: %s", ciphers);
}