summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_add.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BN_add.pod')
-rw-r--r--doc/crypto/BN_add.pod9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod
index 38eeb3cd68..942048c10d 100644
--- a/doc/crypto/BN_add.pod
+++ b/doc/crypto/BN_add.pod
@@ -114,13 +114,4 @@ The error codes can be obtained by L<ERR_get_error(3)>.
L<bn(3)>, L<ERR_get_error(3)>, L<BN_CTX_new(3)>,
L<BN_add_word(3)>, L<BN_set_bit(3)>
-=head1 HISTORY
-
-BN_add(), BN_sub(), BN_sqr(), BN_div(), BN_mod(), BN_mod_mul(),
-BN_mod_exp() and BN_gcd() are available in all versions of SSLeay and
-OpenSSL. The I<ctx> argument to BN_mul() was added in SSLeay
-0.9.1b. BN_exp() appeared in SSLeay 0.9.0.
-BN_nnmod(), BN_mod_add(), BN_mod_sub(), and BN_mod_sqr() were added in
-OpenSSL 0.9.7.
-
=cut