]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Removed stray "Fox-IT hardening" string.
authorAdriaan de Jong <dejong@fox-it.com>
Mon, 2 Apr 2012 07:28:06 +0000 (09:28 +0200)
committerDavid Sommerseth <davids@redhat.com>
Fri, 27 Apr 2012 22:19:52 +0000 (00:19 +0200)
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>
src/openvpn/ssl.c

index 767bc8e38a136801afebcee5403a6fadaaaa29d9..19512c082174809dcd2d84337c551183ba87f899 100644 (file)
@@ -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