summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_CTX_start.3
diff options
context:
space:
mode:
authorjmc <>2016-11-08 22:19:45 +0000
committerjmc <>2016-11-08 22:19:45 +0000
commit940c272713242bcc8ff6a54576c20345a43a098c (patch)
tree766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_CTX_start.3
parent225a4b22cb848306a5f851162860ae2ef943de83 (diff)
downloadopenbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.gz
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.bz2
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.zip
some cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BN_CTX_start.3')
-rw-r--r--src/lib/libcrypto/man/BN_CTX_start.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_CTX_start.3 b/src/lib/libcrypto/man/BN_CTX_start.3
index 0d0797ef6f..df0328b309 100644
--- a/src/lib/libcrypto/man/BN_CTX_start.3
+++ b/src/lib/libcrypto/man/BN_CTX_start.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BN_CTX_start.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BN_CTX_start.3,v 1.3 2016/11/08 22:19:45 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 8 2016 $
4.Dt BN_CTX_START 3 4.Dt BN_CTX_START 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -27,7 +27,7 @@ These functions are used to obtain temporary
27.Vt BIGNUM 27.Vt BIGNUM
28variables from a 28variables from a
29.Vt BN_CTX 29.Vt BN_CTX
30(which can been created by using 30(which can be created using
31.Xr BN_CTX_new 3 ) 31.Xr BN_CTX_new 3 )
32in order to save the overhead of repeatedly creating and freeing 32in order to save the overhead of repeatedly creating and freeing
33.Vt BIGNUM Ns s 33.Vt BIGNUM Ns s
@@ -75,7 +75,7 @@ has failed, the subsequent calls will return
75as well, so it is sufficient to check the return value of the last 75as well, so it is sufficient to check the return value of the last
76.Fn BN_CTX_get 76.Fn BN_CTX_get
77call. 77call.
78In case of an error, an error code is set, which can be obtained by 78In case of an error, an error code is set which can be obtained by
79.Xr ERR_get_error 3 . 79.Xr ERR_get_error 3 .
80.Sh SEE ALSO 80.Sh SEE ALSO
81.Xr BN_CTX_new 3 81.Xr BN_CTX_new 3