From 2d226c389ce0e1809656d4c2c2af16a8799611ac Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 19 Jun 2025 10:07:40 +1000 Subject: [PATCH] 3des: remove redundant OSSL_PARAMs from settable list Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) --- providers/implementations/ciphers/cipher_tdes_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/providers/implementations/ciphers/cipher_tdes_common.c b/providers/implementations/ciphers/cipher_tdes_common.c index e8564c3d0f8..686167640f6 100644 --- a/providers/implementations/ciphers/cipher_tdes_common.c +++ b/providers/implementations/ciphers/cipher_tdes_common.c @@ -171,8 +171,6 @@ int ossl_tdes_get_ctx_params(void *vctx, OSSL_PARAM params[]) } CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_START(ossl_tdes) - OSSL_PARAM_uint(OSSL_CIPHER_PARAM_PADDING, NULL), - OSSL_PARAM_uint(OSSL_CIPHER_PARAM_NUM, NULL), OSSL_FIPS_IND_SETTABLE_CTX_PARAM(OSSL_CIPHER_PARAM_FIPS_ENCRYPT_CHECK) CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_END(ossl_tdes) -- 2.47.2