From: Adriaan de Jong Date: Mon, 2 Apr 2012 07:28:06 +0000 (+0200) Subject: Removed stray "Fox-IT hardening" string. X-Git-Tag: v2.3_alpha2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b87c868333e6aca5cb78bc345059e61c72b9423;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 767bc8e38..19512c082 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