]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Be more noncomittal about performance improvement of uint128 backend.
authorNick Mathewson <nickm@torproject.org>
Wed, 26 Dec 2012 02:08:42 +0000 (21:08 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Dec 2012 02:08:42 +0000 (21:08 -0500)
src/common/tortls.c

index ce6c7d67c6463d73657d45971d276d71fa636d6f..f0c4c7dc573aa055a37f538a0edbf89293e30ba5 100644 (file)
@@ -555,8 +555,7 @@ tor_tls_init(void)
                    "that apparently lacks accelerated support for the NIST "
                    "P-224 and P-256 groups. Building openssl with such "
                    "support (using the enable-ec_nistp_64_gcc_128 option "
-                   "when configuring it) would make ECDH about 5-10x "
-                   "faster.");
+                   "when configuring it) would make ECDH much faster.");
     }
 #endif