]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
blake2: rename files for generated param decoding
authorPauli <ppzgs1@gmail.com>
Mon, 28 Jul 2025 07:04:32 +0000 (17:04 +1000)
committerPauli <ppzgs1@gmail.com>
Tue, 5 Aug 2025 12:33:47 +0000 (22:33 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28151)

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

index 584337368af94c0d6278cff9f90fe38a6ca5ad5a..68f96ce8358de46d178980a8d887ebadc1a4f742 100644 (file)
@@ -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
 
index 3fd8ecd09e3bc9714a32bc217eb56634ecf9aac6..bede788ddef410cf06078309a321ad57de09ad8f 100644 (file)
@@ -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]=\