]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/ECDSA_SIG_new.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / ECDSA_SIG_new.pod
index 584f11b32edf057f6fcabb0e57caf4a54839bf13..12f0d4af8db0cf83da828a8c62d2b657212ad565 100644 (file)
@@ -19,9 +19,9 @@ functions
  const BIGNUM *ECDSA_SIG_get0_s(const ECDSA_SIG *sig);
  int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);
 
-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 ECDSA_size(const EC_KEY *eckey);