diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_zero.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_zero.3 | 6 |
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 |
101 | If a | 101 | If a |
102 | .Vt BIGNUM | 102 | .Vt BIGNUM |
103 | is equal to 0xffffffffL it can be represented as an | 103 | is equal to 0xffffffffL; it can be represented as an |
104 | .Vt unsigned long | 104 | .Vt unsigned long |
105 | but this value is also returned on error. | 105 | but this value is also returned on error. |