]> git.ipfire.org Git - thirdparty/openssl.git/commit
pbkdf2: remove second compiled file
authorPauli <ppzgs1@gmail.com>
Thu, 17 Jul 2025 03:24:21 +0000 (13:24 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Jul 2025 18:21:25 +0000 (20:21 +0200)
commitc07da07ebb59deacc3ebb7a8b01c27723c97c204
tree2823212a8a1b84cadd832e11ab220734f635c73e
parent0b8c7b936eb0235aebdeff96dae51fd7c6c08ecd
pbkdf2: remove second compiled file

The main source file now depends on FIPS_MODULE so there is no need to have
a second file with a fips flag defined.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)
providers/implementations/kdfs/build.info
providers/implementations/kdfs/pbkdf2.c.in
providers/implementations/kdfs/pbkdf2_fips.c [deleted file]