summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_zero.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-30 01:39:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-30 01:39:40 +0000
commit15701211b57b63f1f91a9c3781ea91c019b1dc1d (patch)
tree86796032e60d1f140a5429da70cf3571d2469c17 /doc/crypto/BN_zero.pod
parent1e264ff3251d63c67e2778f4d58228579173efbc (diff)
Update docs.
Diffstat (limited to 'doc/crypto/BN_zero.pod')
-rw-r--r--doc/crypto/BN_zero.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/crypto/BN_zero.pod b/doc/crypto/BN_zero.pod
index 43b6337bae..165fd9a228 100644
--- a/doc/crypto/BN_zero.pod
+++ b/doc/crypto/BN_zero.pod
@@ -39,6 +39,9 @@ BN_value_one() returns the constant.
Someone might change the constant.
+If a B<BIGNUM> is equal to 0xffffffffL it can be represented as an
+unsigned long but this value is also returned on error.
+
=head1 SEE ALSO
L<bn(3)|bn(3)>, L<BN_bn2bin(3)|BN_bn2bin(3)>