summaryrefslogtreecommitdiffstats
path: root/ssl_openssl.c
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-09-01 20:44:56 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-22 18:21:13 +0200
commit2e791e6577db296b1b34379e3308a96c2f49afa9 (patch)
tree329e07b78ac154df253e8ab107a91b338cb51c93 /ssl_openssl.c
parent8a840d832e9576bdcb7c6819a3a9401e0d9fd545 (diff)
downloadopenvpn-2e791e6577db296b1b34379e3308a96c2f49afa9.tar.gz
openvpn-2e791e6577db296b1b34379e3308a96c2f49afa9.tar.xz
openvpn-2e791e6577db296b1b34379e3308a96c2f49afa9.zip
Removed a stray Fox-IT tag
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>
Diffstat (limited to 'ssl_openssl.c')
-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);
}