]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
mdc2: rename files in anticipation of generated param decoding
authorPauli <paul.dale@oracle.com>
Thu, 18 Sep 2025 05:50:41 +0000 (15:50 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Oct 2025 15:45:46 +0000 (17:45 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28616)

.gitignore
build.info
providers/implementations/digests/mdc2_prov.c.in [moved from providers/implementations/digests/mdc2_prov.c with 100% similarity]

index d689ed1cc53e73663c34c7afca77b08d995297b0..20172f83002cd219e15cc9c9d4b6ecac857d27a5 100644 (file)
@@ -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
index 8af40479e4dec4440765d5e9180fcd7126dd7868..d08a996ee4eab61ac67014a37564e069edda685e 100644 (file)
@@ -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]=\