mirror of https://github.com/openssl/openssl.git
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:
parent
8886960842
commit
711b90498a
|
@ -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
|
||||
|
|
|
@ -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]=\
|
||||
|
|
Loading…
Reference in New Issue