Don't use "version" in "OpenSSL Version 1.1.0" etc
[openssl.git] / doc / man3 / OpenSSL_add_all_algorithms.pod
index 7c515aa3da447ad38592ddbd7598a66cbb2bfb85..1593e97808fea5c75482743d638320bdf4925681 100644 (file)
@@ -23,8 +23,8 @@ Deprecated:
 
 OpenSSL keeps an internal table of digest algorithms and ciphers. It uses
 this table to lookup ciphers via functions such as EVP_get_cipher_byname(). In
-OpenSSL versions prior to 1.1.0 these functions initialised and de-initialised
-this table. From OpenSSL 1.1.0 they are deprecated. No explicit initialisation
+OpenSSL before version 1.1.0, these functions initialised and de-initialised
+this table. Starting with OpenSSL 1.1.0 they are deprecated. No explicit initialisation
 or de-initialisation is required. See L<OPENSSL_init_crypto(3)> for further
 information.