summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2015-08-02 21:54:21 +0000
committerjmc <>2015-08-02 21:54:21 +0000
commitf8b563fb5ba1524c821d37308f4e6abfc866bc3f (patch)
tree8248cc8d9d33e90b5e68d286e21ce596d4ee1088 /src/lib
parenta7f8a5dfc72005d65d7df2807c9b490e76b59623 (diff)
downloadopenbsd-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.34
-rw-r--r--src/lib/libcrypto/man/BN_BLINDING_new.34
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.
270Use 270Use
271.Xr BIO_ctrl_pending 3 271.Xr BIO_ctrl_pending 3
272to find out whether data is buffered in the BIO 272to find out whether data is buffered in the BIO
273and must be transfered to the network. 273and must be transferred to the network.
274Use 274Use
275.Fn BIO_ctrl_get_read_request 275.Fn BIO_ctrl_get_read_request
276to find out how many bytes must be written into the buffer before the 276to 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
226and 226and
227.Fn BN_BLINDING_invert_ex 227.Fn BN_BLINDING_invert_ex
228return 1 on success and 0 if an error occured. 228return 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
231returns a pointer to the thread id object within a 231returns a pointer to the thread id object within a