summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_library_init.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/ssl/SSL_library_init.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/ssl/SSL_library_init.pod')
-rw-r--r--doc/ssl/SSL_library_init.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ssl/SSL_library_init.pod b/doc/ssl/SSL_library_init.pod
index 1c99e76e61..ab9d05d3db 100644
--- a/doc/ssl/SSL_library_init.pod
+++ b/doc/ssl/SSL_library_init.pod
@@ -43,12 +43,6 @@ and provide readable error messages.
SSL_library_init() always returns "1", so it is safe to discard the return
value.
-=head1 NOTES
-
-OpenSSL 0.9.8o and 1.0.0a and later added SHA2 algorithms to SSL_library_init().
-Applications which need to use SHA2 in earlier versions of OpenSSL should call
-OpenSSL_add_all_algorithms() as well.
-
=head1 SEE ALSO
L<ssl(3)>, L<SSL_load_error_strings(3)>,