summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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