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
commit940c272713242bcc8ff6a54576c20345a43a098c (patch)
tree766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_zero.3
parent225a4b22cb848306a5f851162860ae2ef943de83 (diff)
downloadopenbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.gz
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.bz2
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.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.