summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-06-01 20:10:45 +0200
committerPauli <pauli@openssl.org>2021-06-05 20:30:35 +1000
commit6462a4f0508e451f0411e88b2f465f27f1db6cc7 (patch)
tree1beb544241c95e6ca7d7cd18121883af984e19a4 /include
parent9379bf943a12090de6280e88fb0d246e73658116 (diff)
PROV: drop get_params() and gettable_params() from all decoder implementations
They aren't needed at all any more, since the properties contain the same information. This also drops the parameter names OSSL_DECODER_PARAM_INPUT_TYPE and OSSL_DECODER_PARAM_INPUT_STRUCTURE. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15570)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/core_names.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/core_names.h b/include/openssl/core_names.h
index 5ecde3c994..5bb284d658 100644
--- a/include/openssl/core_names.h
+++ b/include/openssl/core_names.h
@@ -476,8 +476,6 @@ extern "C" {
#define OSSL_ENCODER_PARAM_SAVE_PARAMETERS "save-parameters" /* integer */
#define OSSL_DECODER_PARAM_PROPERTIES OSSL_ALG_PARAM_PROPERTIES
-#define OSSL_DECODER_PARAM_INPUT_TYPE "input-type"
-#define OSSL_DECODER_PARAM_INPUT_STRUCTURE "input-structure"
/* Passphrase callback parameters */
#define OSSL_PASSPHRASE_PARAM_INFO "info"