From: Pauli Date: Mon, 30 Jun 2025 23:58:41 +0000 (+1000) Subject: rename tls1 PRF C file X-Git-Tag: openssl-3.6.0-alpha1~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc2dd27321307edeb0efd4658cb23910f5c3b4e;p=thirdparty%2Fopenssl.git rename tls1 PRF C file Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) --- 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