summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2012-04-02 09:28:06 +0200
committerDavid Sommerseth <davids@redhat.com>2012-04-28 00:19:52 +0200
commit4b87c868333e6aca5cb78bc345059e61c72b9423 (patch)
treea4ef3f1cda9e5afe46c4c8d4f9e45bfbff1d2db5
parent8993847de727cf503bec58b41fbf0f71b9c617e7 (diff)
downloadopenvpn-4b87c868333e6aca5cb78bc345059e61c72b9423.tar.gz
openvpn-4b87c868333e6aca5cb78bc345059e61c72b9423.tar.xz
openvpn-4b87c868333e6aca5cb78bc345059e61c72b9423.zip
Removed stray "Fox-IT hardening" string.
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: David Sommerseth <davids@redhat.com> 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 <davids@redhat.com>
-rw-r--r--src/openvpn/ssl.c2
1 files changed, 1 insertions, 1 deletions
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