]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Removed a stray Fox-IT tag
authorAdriaan de Jong <dejong@fox-it.com>
Thu, 1 Sep 2011 18:44:56 +0000 (20:44 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sat, 22 Oct 2011 16:21:13 +0000 (18:21 +0200)
Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
ssl_openssl.c

index ebea63642376adc958a5c3c631f2ee22b22894fa..093ccf3a9a72faa2ee0602a0c25318a79336bd52 100644 (file)
@@ -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);
 }