From ddbe28919ab7056a81db920426b12285f0166dd8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Dec 2012 21:08:42 -0500 Subject: Be more noncomittal about performance improvement of uint128 backend. --- src/common/tortls.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/tortls.c b/src/common/tortls.c index ce6c7d67c..f0c4c7dc5 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -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 -- cgit v1.2.3