summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-08-01 19:44:53 +0000
committerjmc <jmc@openbsd.org>2005-08-01 19:44:53 +0000
commitec3c43ed7447ec5d6b48de19fe5eabf88fe6f7d1 (patch)
tree46026da88252d2f01a86f5f3acaaf97ecf0e071b /lib/libssl/src
parentfrom tamas tevesz: (diff)
downloadwireguard-openbsd-ec3c43ed7447ec5d6b48de19fe5eabf88fe6f7d1.tar.xz
wireguard-openbsd-ec3c43ed7447ec5d6b48de19fe5eabf88fe6f7d1.zip
kernal->kernel;
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/test/times2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/test/times b/lib/libssl/src/test/times
index 49aeebf216e..738d569b8f4 100644
--- a/lib/libssl/src/test/times
+++ b/lib/libssl/src/test/times
@@ -68,7 +68,7 @@ eric (adding numbers to speculation)
--- Appendix ---
- The time measured is user time but these number a very rough.
- Remember this is the cost of both client and server sides of the protocol.
-- The TCP/kernal overhead of connection establishment is normally the
+- The TCP/kernel overhead of connection establishment is normally the
killer in SSL. Often delays in the TCP protocol will make session-id
reuse look slower that new sessions, but this would not be the case on
a loaded server.