Clarify the deprecation warnings in the docs
[openssl.git] / doc / man3 / OpenSSL_add_all_algorithms.pod
index 263d9b00fd10e83baaf3db37c9da162c7b69fec3..750acdeab5347edaad605d0160c35f20a066309e 100644 (file)
@@ -9,9 +9,9 @@ add algorithms to internal table
 
  #include <openssl/evp.h>
 
-Deprecated since OpenSSL 1.1.0, can be hidden entirely by defining
-B<OPENSSL_API_COMPAT> with a suitable version value, see
-L<openssl_user_macros(7)>:
+The following functions have been deprecated since OpenSSL 1.1.0, and can be
+hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
+see L<openssl_user_macros(7)>:
 
  void OpenSSL_add_all_algorithms(void);
  void OpenSSL_add_all_ciphers(void);