]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/SSL_CTX_set_tmp_dh_callback.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / SSL_CTX_set_tmp_dh_callback.pod
index ac8dd391b2b587b57c2b4cff00dcce2a1cf0b6d7..c415935d9195c52c853bc3c3a81a19b656d9c133 100644 (file)
@@ -16,9 +16,9 @@ SSL_set_tmp_dh_callback, SSL_set_tmp_dh
  int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);
  int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
 
-Deprecated since OpenSSL 3.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 3.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_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
                                   DH *(*tmp_dh_callback)(SSL *ssl, int is_export,