From: thomas-baumela-stormshield <134687127+thomas-baumela-stormshield@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:16:05 +0000 (+0200) Subject: kdf: Fix PVK KDF provider build.info typo X-Git-Tag: 3.3-PRE-CLANG-FORMAT-WEBKIT~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c67085beef3ebb661ef6d4074a8d4180bd14b2;p=thirdparty%2Fopenssl.git kdf: Fix PVK KDF provider build.info typo Fix the pvkkdf.c build when using PVKKDF_GOAL CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28971) (cherry picked from commit 63f7d42d4eed924ed140497bb51f8bc26a068468) --- diff --git a/providers/implementations/kdfs/build.info b/providers/implementations/kdfs/build.info index 3b7687b8f3a..417d173e127 100644 --- a/providers/implementations/kdfs/build.info +++ b/providers/implementations/kdfs/build.info @@ -31,7 +31,7 @@ SOURCE[$PBKDF2_GOAL]=pbkdf2.c # When the PBKDF2 moves to legacy, this can be removed. SOURCE[$PBKDF2_GOAL]=pbkdf2_fips.c -SOURCE[$PBKDF1_GOAL]=pvkkdf.c +SOURCE[$PVKKDF_GOAL]=pvkkdf.c SOURCE[$PKCS12KDF_GOAL]=pkcs12kdf.c