From: Pauli Date: Thu, 18 Sep 2025 05:50:41 +0000 (+1000) Subject: mdc2: rename files in anticipation of generated param decoding X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=711b90498a5fa020af4e154c57de7fb7b624f5bb;p=thirdparty%2Fopenssl.git mdc2: rename files in anticipation of generated param decoding Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28616) --- diff --git a/.gitignore b/.gitignore index d689ed1cc53..20172f83002 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ 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/mdc2_prov.c providers/implementations/digests/sha3_prov.c providers/implementations/include/prov/blake2_params.inc providers/implementations/macs/cmac_prov.c diff --git a/build.info b/build.info index 8af40479e4d..d08a996ee4e 100644 --- a/build.info +++ b/build.info @@ -105,6 +105,7 @@ DEPEND[]=include/openssl/asn1.h \ providers/implementations/ciphers/cipher_chacha20_poly1305.c \ providers/implementations/digests/blake2_prov.c \ providers/implementations/digests/digestcommon.c \ + providers/implementations/digests/mdc2_prov.c \ providers/implementations/digests/sha3_prov.c \ providers/implementations/include/prov/blake2_params.inc \ providers/implementations/macs/cmac_prov.c \ @@ -211,6 +212,7 @@ DEPEND[providers/implementations/asymciphers/rsa_enc.c \ providers/implementations/ciphers/cipher_chacha20_poly1305.c \ providers/implementations/digests/blake2_prov.c \ providers/implementations/digests/digestcommon.c \ + providers/implementations/digests/mdc2_prov.c \ providers/implementations/digests/sha3_prov.c \ providers/implementations/include/prov/blake2_params.inc \ providers/implementations/macs/cmac_prov.c \ @@ -341,6 +343,8 @@ 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/mdc2_prov.c]=\ + providers/implementations/digests/mdc2_prov.c.in GENERATE[providers/implementations/digests/sha3_prov.c]=\ providers/implementations/digests/sha3_prov.c.in GENERATE[providers/implementations/include/prov/blake2_params.inc]=\ diff --git a/providers/implementations/digests/mdc2_prov.c b/providers/implementations/digests/mdc2_prov.c.in similarity index 100% rename from providers/implementations/digests/mdc2_prov.c rename to providers/implementations/digests/mdc2_prov.c.in