]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/BIO_set_callback.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / BIO_set_callback.pod
index 157312bfaa93289e40a7e22c5da80ca44335c2c1..b98c0929cb1660c5ef9ebae7d745109df226bd35 100644 (file)
@@ -24,9 +24,9 @@ BIO_debug_callback_ex, BIO_callback_fn_ex, BIO_callback_fn
  long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
                             int argi, long argl, int ret, size_t *processed);
 
- Deprecated since OpenSSL 3.0, can be hidden entirely by defining
- OPENSSL_API_COMPAT with a suitable version value, see
- 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)>:
 
  typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
                                  long argl, long ret);