]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/SSL_COMP_add_compression_method.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / SSL_COMP_add_compression_method.pod
index 87718df4080d698f3f4c58f3746d5492f66a36bf..9e3dc560c4ba898ac1b10cc89964e85f1cf9e958 100644 (file)
@@ -15,9 +15,9 @@ SSL_COMP_get0_name, SSL_COMP_get_id, SSL_COMP_free_compression_methods
  const char *SSL_COMP_get0_name(const SSL_COMP *comp);
  int SSL_COMP_get_id(const SSL_COMP *comp);
 
-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 function has 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 SSL_COMP_free_compression_methods(void);