Remove SSLeay history, etc., from docs
[openssl.git] / doc / ssl / SSL_library_init.pod
index 8766776fea9f73b5cc2d179379ef1df3ccda0287..ab9d05d3db3f23ed00a1d4f86a73c4d808d4ff0f 100644 (file)
@@ -43,15 +43,9 @@ 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)|ssl(3)>, L<SSL_load_error_strings(3)|SSL_load_error_strings(3)>,
-L<RAND_add(3)|RAND_add(3)>
+L<ssl(3)>, L<SSL_load_error_strings(3)>,
+L<RAND_add(3)>
 
 =cut