diff options
author | jmc <> | 2015-07-24 15:25:08 +0000 |
---|---|---|
committer | jmc <> | 2015-07-24 15:25:08 +0000 |
commit | e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd (patch) | |
tree | 21f9dff831c5815d0147abae196b476adfa17212 /src/lib/libcrypto/man | |
parent | 37b3cbaa30296e6efb6e9408ec0a0ab5b21dae39 (diff) | |
download | openbsd-e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd.tar.gz openbsd-e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd.tar.bz2 openbsd-e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd.zip |
an TLS -> a TLS; from thanos tsouanas
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index af7bdabd33..ea98910140 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: February 16 2015 $ | 1 | .Dd $Mdocdate: July 24 2015 $ |
2 | .Dt BIO_S_BIO 3 | 2 | .Dt BIO_S_BIO 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -221,7 +221,7 @@ consider a case where a request is sent using | |||
221 | .Xr BIO_write 3 | 221 | .Xr BIO_write 3 |
222 | and a response read with | 222 | and a response read with |
223 | .Xr BIO_read 3 , | 223 | .Xr BIO_read 3 , |
224 | this can occur during an TLS/SSL handshake for example. | 224 | this can occur during a TLS/SSL handshake for example. |
225 | .Xr BIO_write 3 | 225 | .Xr BIO_write 3 |
226 | will succeed and place data in the write buffer. | 226 | will succeed and place data in the write buffer. |
227 | .Xr BIO_read 3 | 227 | .Xr BIO_read 3 |