summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_zero.3
diff options
context:
space:
mode:
authorjmc <>2016-11-08 22:19:45 +0000
committerjmc <>2016-11-08 22:19:45 +0000
commit56e04f6e28c8866d80e43807aabd125659bcc2db (patch)
tree766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_zero.3
parent2f5900bed54d60e6bee1890ef1d051d237f73c40 (diff)
downloadopenbsd-56e04f6e28c8866d80e43807aabd125659bcc2db.tar.gz
openbsd-56e04f6e28c8866d80e43807aabd125659bcc2db.tar.bz2
openbsd-56e04f6e28c8866d80e43807aabd125659bcc2db.zip
some cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BN_zero.3')
-rw-r--r--src/lib/libcrypto/man/BN_zero.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_zero.3 b/src/lib/libcrypto/man/BN_zero.3
index 2d9b943a96..9f2b18aa1f 100644
--- a/src/lib/libcrypto/man/BN_zero.3
+++ b/src/lib/libcrypto/man/BN_zero.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BN_zero.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BN_zero.3,v 1.4 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_ZERO 3 4.Dt BN_ZERO 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -100,6 +100,6 @@ Someone might change the constant.
100.Pp 100.Pp
101If a 101If a
102.Vt BIGNUM 102.Vt BIGNUM
103is equal to 0xffffffffL it can be represented as an 103is equal to 0xffffffffL; it can be represented as an
104.Vt unsigned long 104.Vt unsigned long
105but this value is also returned on error. 105but this value is also returned on error.