From: Pauli Date: Thu, 19 Jun 2025 00:07:40 +0000 (+1000) Subject: 3des: remove redundant OSSL_PARAMs from settable list X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d226c389ce0e1809656d4c2c2af16a8799611ac;p=thirdparty%2Fopenssl.git 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) --- 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)