From: Pauli Date: Mon, 28 Jul 2025 07:04:32 +0000 (+1000) Subject: blake2: rename files for generated param decoding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9edc4746767e3c3164134bbcf996f355bd3a9c67;p=thirdparty%2Fopenssl.git blake2: rename files for generated param decoding Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28151) --- diff --git a/.gitignore b/.gitignore index 584337368af..68f96ce8358 100644 --- a/.gitignore +++ b/.gitignore @@ -109,6 +109,7 @@ providers/implementations/ciphers/ciphercommon.c providers/implementations/ciphers/ciphercommon_ccm.c providers/implementations/ciphers/ciphercommon_gcm.c providers/implementations/ciphers/cipher_chacha20_poly1305.c +providers/implementations/digests/blake2_prov.c providers/implementations/digests/digestcommon.c providers/implementations/digests/sha3_prov.c diff --git a/build.info b/build.info index 3fd8ecd09e3..bede788ddef 100644 --- a/build.info +++ b/build.info @@ -72,6 +72,7 @@ DEPEND[]=include/openssl/asn1.h \ providers/implementations/ciphers/ciphercommon_ccm.c \ providers/implementations/ciphers/ciphercommon_gcm.c \ providers/implementations/ciphers/cipher_chacha20_poly1305.c \ + providers/implementations/digests/blake2_prov.c \ providers/implementations/digests/digestcommon.c \ providers/implementations/digests/sha3_prov.c @@ -132,6 +133,7 @@ DEPEND[providers/implementations/kdfs/argon2.c \ providers/implementations/ciphers/ciphercommon_ccm.c \ providers/implementations/ciphers/ciphercommon_gcm.c \ providers/implementations/ciphers/cipher_chacha20_poly1305.c \ + providers/implementations/digests/blake2_prov.c \ providers/implementations/digests/digestcommon.c \ providers/implementations/digests/sha3_prov.c \ include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm @@ -183,6 +185,8 @@ GENERATE[providers/implementations/ciphers/ciphercommon_gcm.c]=\ providers/implementations/ciphers/ciphercommon_gcm.c.in GENERATE[providers/implementations/ciphers/cipher_chacha20_poly1305.c]=\ providers/implementations/ciphers/cipher_chacha20_poly1305.c.in +GENERATE[providers/implementations/digests/blake2_prov.c]=\ + providers/implementations/digests/blake2_prov.c.in GENERATE[providers/implementations/digests/digestcommon.c]=\ providers/implementations/digests/digestcommon.c.in GENERATE[providers/implementations/digests/sha3_prov.c]=\ diff --git a/providers/implementations/digests/blake2_prov.c b/providers/implementations/digests/blake2_prov.c.in similarity index 100% rename from providers/implementations/digests/blake2_prov.c rename to providers/implementations/digests/blake2_prov.c.in