From 4b87c868333e6aca5cb78bc345059e61c72b9423 Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Mon, 2 Apr 2012 09:28:06 +0200 Subject: Removed stray "Fox-IT hardening" string. Signed-off-by: Adriaan de Jong Acked-by: David Sommerseth Message-Id: 1333351687-3732-5-git-send-email-dejong@fox-it.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6212 Signed-off-by: David Sommerseth --- src/openvpn/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 767bc8e..19512c0 100644 --- a/src/openvpn/ssl.c +++ b/src/openvpn/ssl.c @@ -392,7 +392,7 @@ init_ssl (const struct options *options, struct tls_root_ctx *new_ctx) } #ifdef ENABLE_CRYPTO_POLARSSL - /* Fox-IT hardening: Personalise the random by mixing in the certificate */ + /* Personalise the random by mixing in the certificate */ tls_ctx_personalise_random (new_ctx); #endif -- cgit