diff options
author | jmc <> | 2005-08-01 19:44:53 +0000 |
---|---|---|
committer | jmc <> | 2005-08-01 19:44:53 +0000 |
commit | 3f2246801725708d86711d36fe1c11fd377bef8b (patch) | |
tree | 5f2c3a5a7ed0e769d3b7216c706ce44d651a4fb5 | |
parent | fa31c594590c7a2ab760e6d67f00a2ecf61bdfe9 (diff) | |
download | openbsd-3f2246801725708d86711d36fe1c11fd377bef8b.tar.gz openbsd-3f2246801725708d86711d36fe1c11fd377bef8b.tar.bz2 openbsd-3f2246801725708d86711d36fe1c11fd377bef8b.zip |
kernal->kernel;
from netbsd pr #30872 (anonymous post);
ok deraadt@ krw@
-rw-r--r-- | src/lib/libssl/src/test/times | 2 | ||||
-rw-r--r-- | src/lib/libssl/test/times | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/test/times b/src/lib/libssl/src/test/times index 49aeebf216..738d569b8f 100644 --- a/src/lib/libssl/src/test/times +++ b/src/lib/libssl/src/test/times | |||
@@ -68,7 +68,7 @@ eric (adding numbers to speculation) | |||
68 | --- Appendix --- | 68 | --- Appendix --- |
69 | - The time measured is user time but these number a very rough. | 69 | - The time measured is user time but these number a very rough. |
70 | - Remember this is the cost of both client and server sides of the protocol. | 70 | - Remember this is the cost of both client and server sides of the protocol. |
71 | - The TCP/kernal overhead of connection establishment is normally the | 71 | - The TCP/kernel overhead of connection establishment is normally the |
72 | killer in SSL. Often delays in the TCP protocol will make session-id | 72 | killer in SSL. Often delays in the TCP protocol will make session-id |
73 | reuse look slower that new sessions, but this would not be the case on | 73 | reuse look slower that new sessions, but this would not be the case on |
74 | a loaded server. | 74 | a loaded server. |
diff --git a/src/lib/libssl/test/times b/src/lib/libssl/test/times index 49aeebf216..738d569b8f 100644 --- a/src/lib/libssl/test/times +++ b/src/lib/libssl/test/times | |||
@@ -68,7 +68,7 @@ eric (adding numbers to speculation) | |||
68 | --- Appendix --- | 68 | --- Appendix --- |
69 | - The time measured is user time but these number a very rough. | 69 | - The time measured is user time but these number a very rough. |
70 | - Remember this is the cost of both client and server sides of the protocol. | 70 | - Remember this is the cost of both client and server sides of the protocol. |
71 | - The TCP/kernal overhead of connection establishment is normally the | 71 | - The TCP/kernel overhead of connection establishment is normally the |
72 | killer in SSL. Often delays in the TCP protocol will make session-id | 72 | killer in SSL. Often delays in the TCP protocol will make session-id |
73 | reuse look slower that new sessions, but this would not be the case on | 73 | reuse look slower that new sessions, but this would not be the case on |
74 | a loaded server. | 74 | a loaded server. |