aboutsummaryrefslogtreecommitdiff
path: root/test/endecoder_legacy_test.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-14 17:12:38 +0100
committerMatt Caswell <matt@openssl.org>2020-11-27 11:04:54 +0000
commit4d8e8a2d3781b6ca7c453492ee8e06885c812e73 (patch)
treedd9caaffb3fa4882cc7ed41fdca57405e3251408 /test/endecoder_legacy_test.c
parent5a2674163d99c755ea0eb09501b9eee99e145188 (diff)
downloadopenssl-4d8e8a2d3781b6ca7c453492ee8e06885c812e73.zip
openssl-4d8e8a2d3781b6ca7c453492ee8e06885c812e73.tar.gz
openssl-4d8e8a2d3781b6ca7c453492ee8e06885c812e73.tar.bz2
Deprecate the DHparams and DHxparams PEM routines
The functions return a DH object and therefore need to be deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13138)
Diffstat (limited to 'test/endecoder_legacy_test.c')
-rw-r--r--test/endecoder_legacy_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/endecoder_legacy_test.c b/test/endecoder_legacy_test.c
index 6fd7b35..467c072 100644
--- a/test/endecoder_legacy_test.c
+++ b/test/endecoder_legacy_test.c
@@ -166,7 +166,6 @@ static struct test_stanza_st {
NULL, /* No PEM_read_bio_ECParameters */
(PEM_read_bio_of_void *)PEM_read_bio_EC_PUBKEY, },
#endif
-#ifndef OPENSSL_NO_DEPRECATED_3_0
{ "RSA", { "RSA", "type-specific" }, EVP_PKEY_RSA,
(i2d_of_void *)i2d_RSAPrivateKey,
(i2d_of_void *)i2d_RSAPublicKey,
@@ -184,7 +183,6 @@ static struct test_stanza_st {
(PEM_read_bio_of_void *)PEM_read_bio_RSAPublicKey,
NULL, /* No PEM_read_bio_RSAparams */
(PEM_read_bio_of_void *)PEM_read_bio_RSA_PUBKEY }
-#endif
};
/*