Skip to content

Commit

Permalink
d2i_ECPKParameters and i2d_ECPKParameters are not deprecated
Browse files Browse the repository at this point in the history
So do not document them as such.

Fixes #22068

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #22069)

(cherry picked from commit 2508629)
  • Loading branch information
t8m committed Sep 13, 2023
1 parent 3906829 commit eaedb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/man3/d2i_RSAPrivateKey.pod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ d2i_RSA_PUBKEY_fp,
d2i_DHparams,
d2i_DHparams_bio,
d2i_DHparams_fp,
d2i_ECPKParameters,
d2i_ECParameters,
d2i_ECPrivateKey,
d2i_ECPrivateKey_bio,
Expand Down Expand Up @@ -56,7 +55,6 @@ i2d_DSA_PUBKEY,
i2d_DSA_PUBKEY_bio,
i2d_DSA_PUBKEY_fp,
i2d_DSAparams,
i2d_ECPKParameters,
i2d_ECParameters,
i2d_ECPrivateKey,
i2d_ECPrivateKey_bio,
Expand Down
2 changes: 2 additions & 0 deletions doc/man3/d2i_X509.pod
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ d2i_DIST_POINT,
d2i_DIST_POINT_NAME,
d2i_DSA_SIG,
d2i_ECDSA_SIG,
d2i_ECPKParameters,
d2i_EDIPARTYNAME,
d2i_ESS_CERT_ID,
d2i_ESS_CERT_ID_V2,
Expand Down Expand Up @@ -223,6 +224,7 @@ i2d_DIST_POINT,
i2d_DIST_POINT_NAME,
i2d_DSA_SIG,
i2d_ECDSA_SIG,
i2d_ECPKParameters,
i2d_EDIPARTYNAME,
i2d_ESS_CERT_ID,
i2d_ESS_CERT_ID_V2,
Expand Down

0 comments on commit eaedb3b

Please sign in to comment.