diff options
author | jmc <> | 2015-08-02 21:54:21 +0000 |
---|---|---|
committer | jmc <> | 2015-08-02 21:54:21 +0000 |
commit | f8b563fb5ba1524c821d37308f4e6abfc866bc3f (patch) | |
tree | 8248cc8d9d33e90b5e68d286e21ce596d4ee1088 /src/lib | |
parent | a7f8a5dfc72005d65d7df2807c9b490e76b59623 (diff) | |
download | openbsd-f8b563fb5ba1524c821d37308f4e6abfc866bc3f.tar.gz openbsd-f8b563fb5ba1524c821d37308f4e6abfc866bc3f.tar.bz2 openbsd-f8b563fb5ba1524c821d37308f4e6abfc866bc3f.zip |
spelling; ok deraadt
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/man/BN_BLINDING_new.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index ea98910140..39fa4504c5 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: July 24 2015 $ | 1 | .Dd $Mdocdate: August 2 2015 $ |
2 | .Dt BIO_S_BIO 3 | 2 | .Dt BIO_S_BIO 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -270,7 +270,7 @@ and/or fill the read buffer. | |||
270 | Use | 270 | Use |
271 | .Xr BIO_ctrl_pending 3 | 271 | .Xr BIO_ctrl_pending 3 |
272 | to find out whether data is buffered in the BIO | 272 | to find out whether data is buffered in the BIO |
273 | and must be transfered to the network. | 273 | and must be transferred to the network. |
274 | Use | 274 | Use |
275 | .Fn BIO_ctrl_get_read_request | 275 | .Fn BIO_ctrl_get_read_request |
276 | to find out how many bytes must be written into the buffer before the | 276 | to find out how many bytes must be written into the buffer before the |
diff --git a/src/lib/libcrypto/man/BN_BLINDING_new.3 b/src/lib/libcrypto/man/BN_BLINDING_new.3 index c65d79c3bc..72ea5d8b34 100644 --- a/src/lib/libcrypto/man/BN_BLINDING_new.3 +++ b/src/lib/libcrypto/man/BN_BLINDING_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: February 23 2015 $ | 1 | .Dd $Mdocdate: August 2 2015 $ |
2 | .Dt BN_BLINDING_NEW 3 | 2 | .Dt BN_BLINDING_NEW 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -225,7 +225,7 @@ in case of an error. | |||
225 | .Fn BN_BLINDING_convert_ex | 225 | .Fn BN_BLINDING_convert_ex |
226 | and | 226 | and |
227 | .Fn BN_BLINDING_invert_ex | 227 | .Fn BN_BLINDING_invert_ex |
228 | return 1 on success and 0 if an error occured. | 228 | return 1 on success and 0 if an error occurred. |
229 | .Pp | 229 | .Pp |
230 | .Fn BN_BLINDING_thread_id | 230 | .Fn BN_BLINDING_thread_id |
231 | returns a pointer to the thread id object within a | 231 | returns a pointer to the thread id object within a |