From: Pauli Date: Wed, 2 Jul 2025 05:54:13 +0000 (+1000) Subject: pbkdf2: build infrastructure changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4bd3d171974b399d398d9239311e5cf9abcaf50;p=thirdparty%2Fopenssl.git pbkdf2: build infrastructure changes Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) --- diff --git a/.gitignore b/.gitignore index de01c65a699..f732f193055 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ providers/common/include/prov/der_ml_dsa.h providers/common/include/prov/der_hkdf.h providers/implementations/kdfs/hkdf.c providers/implementations/kdfs/kbkdf.c +providers/implementations/kdfs/pbkdf2.c providers/implementations/kdfs/pvkkdf.c providers/implementations/kdfs/sshkdf.c providers/implementations/kdfs/sskdf.c diff --git a/build.info b/build.info index 217964e11fb..b79fac9884a 100644 --- a/build.info +++ b/build.info @@ -50,6 +50,7 @@ DEPEND[]=include/openssl/asn1.h \ include/crypto/bn_conf.h include/crypto/dso_conf.h \ providers/implementations/kdfs/hkdf.c \ providers/implementations/kdfs/kbkdf.c \ + providers/implementations/kdfs/pbkdf2.c \ providers/implementations/kdfs/pvkkdf.c \ providers/implementations/kdfs/sshkdf.c \ providers/implementations/kdfs/sskdf.c \ @@ -101,6 +102,7 @@ GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in DEPEND[providers/implementations/kdfs/hkdf.c \ providers/implementations/kdfs/kbkdf.c \ + providers/implementations/kdfs/pbkdf2.c \ providers/implementations/kdfs/pvkkdf.c \ providers/implementations/kdfs/sshkdf.c \ providers/implementations/kdfs/sskdf.c \ @@ -121,6 +123,8 @@ GENERATE[providers/implementations/kdfs/hkdf.c]=\ providers/implementations/kdfs/hkdf.c.in GENERATE[providers/implementations/kdfs/kbkdf.c]=\ providers/implementations/kdfs/kbkdf.c.in +GENERATE[providers/implementations/kdfs/pbkdf2.c]=\ + providers/implementations/kdfs/pbkdf2.c.in GENERATE[providers/implementations/kdfs/pvkkdf.c]=\ providers/implementations/kdfs/pvkkdf.c.in GENERATE[providers/implementations/kdfs/sshkdf.c]=\