From: Pauli Date: Wed, 13 Aug 2025 02:55:26 +0000 (+1000) Subject: ecx: make parameters conditional on FIPS X-Git-Tag: openssl-3.6.0-alpha1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27f8403517b461006729f7720ca20dcef2ba9cc;p=thirdparty%2Fopenssl.git ecx: make parameters conditional on FIPS Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28243) --- diff --git a/providers/implementations/exchange/ecx_exch.c.in b/providers/implementations/exchange/ecx_exch.c.in index a1efcf7253e..0887e3d662b 100644 --- a/providers/implementations/exchange/ecx_exch.c.in +++ b/providers/implementations/exchange/ecx_exch.c.in @@ -182,7 +182,7 @@ static void *ecx_dupctx(void *vecxctx) #ifdef FIPS_MODULE {- produce_param_decoder('ecx_get_ctx_params', - (['ALG_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int'], + (['ALG_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int', 'fips'], )); -} #endif