Remove SSLeay history, etc., from docs
[openssl.git] / doc / ssl / SSL_library_init.pod
index 1c99e76e6106db23a17276b72fc24a5a46493e38..ab9d05d3db3f23ed00a1d4f86a73c4d808d4ff0f 100644 (file)
@@ -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)>,