summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_zero.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-18 18:54:46 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-18 18:54:46 +0000
commit503f3b1a21903773ba5ae7452a44f379c20e5739 (patch)
tree9cf965a9e8892faddd2e1724142068c2e358aaca /doc/crypto/BN_zero.pod
parent402bcde847371e905ffeb2f9328cf3798ea7cfe7 (diff)
Add history for documented new functions.
PR: 59
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 3c64a65697..b555ec3988 100644
--- a/doc/crypto/BN_zero.pod
+++ b/doc/crypto/BN_zero.pod
@@ -53,4 +53,7 @@ BN_zero(), BN_one() and BN_set_word() are available in all versions of
SSLeay and OpenSSL. BN_value_one() and BN_get_word() were added in
SSLeay 0.8.
+BN_value_one() was changed to return a true const BIGNUM * in OpenSSL
+0.9.7.
+
=cut