summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_mod_mul_montgomery.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-10-27 13:40:11 -0400
committerRich Salz <rsalz@openssl.org>2015-10-28 17:23:51 -0400
commita528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9 (patch)
tree302c2c6dd2accf5ba1a928862f1367e394779962 /doc/crypto/BN_mod_mul_montgomery.pod
parent6f5c03032080aa35e2ad5765b7243b8c75305611 (diff)
Remove SSLeay history, etc., from docs
If something was "present in all versions" of SSLeay, or if it was added to a version of SSLeay (and therefore predates OpenSSL), remove mention of it. Documentation history now starts with OpenSSL. Remove mention of all history before OpenSSL 0.9.8, inclusive. Remove all AUTHOR sections. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/crypto/BN_mod_mul_montgomery.pod')
-rw-r--r--doc/crypto/BN_mod_mul_montgomery.pod7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/crypto/BN_mod_mul_montgomery.pod b/doc/crypto/BN_mod_mul_montgomery.pod
index 9a18a09b74..b4a09a26d8 100644
--- a/doc/crypto/BN_mod_mul_montgomery.pod
+++ b/doc/crypto/BN_mod_mul_montgomery.pod
@@ -96,11 +96,6 @@ L<BN_CTX_new(3)>
=head1 HISTORY
-BN_MONT_CTX_new(), BN_MONT_CTX_free(), BN_MONT_CTX_set(),
-BN_mod_mul_montgomery(), BN_from_montgomery() and BN_to_montgomery()
-are available in all versions of SSLeay and OpenSSL.
-
-BN_MONT_CTX_init() and BN_MONT_CTX_copy() were added in SSLeay 0.9.1b.
-BN_MONT_CTX_init was removed in OpenSSL 1.1.0
+BN_MONT_CTX_init() was removed in OpenSSL 1.1.0
=cut