aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-25 21:08:42 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-25 21:08:42 -0500
commitddbe28919ab7056a81db920426b12285f0166dd8 (patch)
treeb4cd5942d7266111fe89a55306cdd05f1ca6727f /src/common/tortls.c
parent25afecdbf999eb91ed9216be1f8b8cdf0f78135b (diff)
downloadtor-ddbe28919ab7056a81db920426b12285f0166dd8.tar
tor-ddbe28919ab7056a81db920426b12285f0166dd8.tar.gz
Be more noncomittal about performance improvement of uint128 backend.
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c3
1 files changed, 1 insertions, 2 deletions
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