mdc2: rename files in anticipation of generated param decoding

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28616)
This commit is contained in:
Pauli 2025-09-18 15:50:41 +10:00 committed by Tomas Mraz
parent 8886960842
commit 711b90498a
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -146,6 +146,7 @@ providers/implementations/ciphers/ciphercommon_gcm.c
providers/implementations/ciphers/cipher_chacha20_poly1305.c providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/digests/blake2_prov.c providers/implementations/digests/blake2_prov.c
providers/implementations/digests/digestcommon.c providers/implementations/digests/digestcommon.c
providers/implementations/digests/mdc2_prov.c
providers/implementations/digests/sha3_prov.c providers/implementations/digests/sha3_prov.c
providers/implementations/include/prov/blake2_params.inc providers/implementations/include/prov/blake2_params.inc
providers/implementations/macs/cmac_prov.c providers/implementations/macs/cmac_prov.c

View File

@ -105,6 +105,7 @@ DEPEND[]=include/openssl/asn1.h \
providers/implementations/ciphers/cipher_chacha20_poly1305.c \ providers/implementations/ciphers/cipher_chacha20_poly1305.c \
providers/implementations/digests/blake2_prov.c \ providers/implementations/digests/blake2_prov.c \
providers/implementations/digests/digestcommon.c \ providers/implementations/digests/digestcommon.c \
providers/implementations/digests/mdc2_prov.c \
providers/implementations/digests/sha3_prov.c \ providers/implementations/digests/sha3_prov.c \
providers/implementations/include/prov/blake2_params.inc \ providers/implementations/include/prov/blake2_params.inc \
providers/implementations/macs/cmac_prov.c \ 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/ciphers/cipher_chacha20_poly1305.c \
providers/implementations/digests/blake2_prov.c \ providers/implementations/digests/blake2_prov.c \
providers/implementations/digests/digestcommon.c \ providers/implementations/digests/digestcommon.c \
providers/implementations/digests/mdc2_prov.c \
providers/implementations/digests/sha3_prov.c \ providers/implementations/digests/sha3_prov.c \
providers/implementations/include/prov/blake2_params.inc \ providers/implementations/include/prov/blake2_params.inc \
providers/implementations/macs/cmac_prov.c \ providers/implementations/macs/cmac_prov.c \
@ -341,6 +343,8 @@ GENERATE[providers/implementations/digests/blake2_prov.c]=\
providers/implementations/digests/blake2_prov.c.in providers/implementations/digests/blake2_prov.c.in
GENERATE[providers/implementations/digests/digestcommon.c]=\ GENERATE[providers/implementations/digests/digestcommon.c]=\
providers/implementations/digests/digestcommon.c.in 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]=\ GENERATE[providers/implementations/digests/sha3_prov.c]=\
providers/implementations/digests/sha3_prov.c.in providers/implementations/digests/sha3_prov.c.in
GENERATE[providers/implementations/include/prov/blake2_params.inc]=\ GENERATE[providers/implementations/include/prov/blake2_params.inc]=\