]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/BN_rand.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / BN_rand.pod
index c18d1841777512fa39e693387b214d3810395008..a443cae3570d5c4858c371b547bde35bf57f828f 100644 (file)
@@ -27,9 +27,9 @@ BN_pseudo_rand_range
                            BN_CTX *ctx);
  int BN_priv_rand_range(BIGNUM *rnd, const BIGNUM *range);
 
-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)>:
 
  int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
  int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);