]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/SRP_create_verifier.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / SRP_create_verifier.pod
index 37022b7ddacb2137896d3f1756fb9887b175cde1..a4de39a573ba59666222a433307d5d549e3f3973 100644 (file)
@@ -14,9 +14,9 @@ SRP_get_default_gN
 
  #include <openssl/srp.h>
 
-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)>:
 
  int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt,
                                BIGNUM **verifier, const BIGNUM *N,