summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_cmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_cmp.3')
-rw-r--r--src/lib/libcrypto/man/BN_cmp.312
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BN_cmp.3 b/src/lib/libcrypto/man/BN_cmp.3
index bd79c905d7..6be8fd4854 100644
--- a/src/lib/libcrypto/man/BN_cmp.3
+++ b/src/lib/libcrypto/man/BN_cmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_cmp.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ 1.\" $OpenBSD: BN_cmp.3,v 1.5 2018/03/20 20:26:23 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 10 2016 $ 51.Dd $Mdocdate: March 20 2018 $
52.Dt BN_CMP 3 52.Dt BN_CMP 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -141,9 +141,11 @@ return 1 if the condition is true, 0 otherwise.
141.Fn BN_cmp , 141.Fn BN_cmp ,
142.Fn BN_ucmp , 142.Fn BN_ucmp ,
143.Fn BN_is_zero , 143.Fn BN_is_zero ,
144.Fn BN_is_one 144.Fn BN_is_one ,
145and 145and
146.Fn BN_is_word 146.Fn BN_is_word
147are available in all versions of SSLeay and OpenSSL. 147appeared before SSLeay 0.8.
148.Fn BN_is_odd 148.Fn BN_is_odd
149was added in SSLeay 0.8. 149first appeared in SSLeay 0.8.
150All these functions have been available since
151.Ox 2.4 .