From: Adriaan de Jong Date: Thu, 1 Sep 2011 18:44:56 +0000 (+0200) Subject: Removed a stray Fox-IT tag X-Git-Tag: v2.3-alpha1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e791e6577db296b1b34379e3308a96c2f49afa9;p=thirdparty%2Fopenvpn.git Removed a stray Fox-IT tag Signed-off-by: Adriaan de Jong Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/ssl_openssl.c b/ssl_openssl.c index ebea63642..093ccf3a9 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); }