Signed-off-by: Adriaan de Jong <[email protected]>
---
src/openvpn/ssl.c | 2 +-
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
--
1.7.5.4