]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
kdf: Fix PVK KDF provider build.info typo
authorthomas-baumela-stormshield <134687127+thomas-baumela-stormshield@users.noreply.github.com>
Wed, 22 Oct 2025 13:16:05 +0000 (15:16 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 10 Nov 2025 19:59:57 +0000 (20:59 +0100)
Fix the pvkkdf.c build when using PVKKDF_GOAL

CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28971)

(cherry picked from commit 63f7d42d4eed924ed140497bb51f8bc26a068468)

providers/implementations/kdfs/build.info

index 3b7687b8f3a5b5987c495751c5b8342dfe15b9ca..417d173e1279cbc685564b299cc4484bdf47f2ef 100644 (file)
@@ -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