From fcc2dd27321307edeb0efd4658cb23910f5c3b4e Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 1 Jul 2025 09:58:41 +1000 Subject: [PATCH] rename tls1 PRF C file Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) --- providers/implementations/kdfs/{tls1_prf.c => tls1_prf.c.in} | 3 +++ 1 file changed, 3 insertions(+) rename providers/implementations/kdfs/{tls1_prf.c => tls1_prf.c.in} (99%) diff --git a/providers/implementations/kdfs/tls1_prf.c b/providers/implementations/kdfs/tls1_prf.c.in similarity index 99% rename from providers/implementations/kdfs/tls1_prf.c rename to providers/implementations/kdfs/tls1_prf.c.in index 4b6469c00d2..4563e19fadd 100644 --- a/providers/implementations/kdfs/tls1_prf.c +++ b/providers/implementations/kdfs/tls1_prf.c.in @@ -6,6 +6,9 @@ * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html */ +{- +use OpenSSL::paramnames qw(produce_param_decoder); +-} /* * Refer to "The TLS Protocol Version 1.0" Section 5 -- 2.47.3