]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EC_KEY_new.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / EC_KEY_new.pod
index a816a0745da242743e248185345a4c75f506f59c..ce5f5e491f73cbe629d4b04b09348a3c96683950 100644 (file)
@@ -23,9 +23,9 @@ EC_KEY objects
 
  EVP_PKEY *EVP_EC_gen(const char *curve);
 
-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)>:
 
  EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq);
  EC_KEY *EC_KEY_new(void);