]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update build infrastructure for digestcommon.c.in
authorPauli <ppzgs1@gmail.com>
Fri, 20 Jun 2025 02:08:08 +0000 (12:08 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 25 Jun 2025 07:22:07 +0000 (17:22 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27859)

.gitignore
build.info

index 47c7596824dc79d098588539a11d12536f2025fe..cff1a763a8f9a60e38696dfc06313fa38d2f858c 100644 (file)
@@ -92,6 +92,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/digest/digestcommon.c
 
 # error code files
 /crypto/err/openssl.txt.old
index 4b98684411f42ca5e3999e76da6b3a8c39e4411f..fcc28167e615db1773a52e536d5f391a0fb9c7a7 100644 (file)
@@ -55,7 +55,8 @@ DEPEND[]=include/openssl/asn1.h \
          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/ciphers/cipher_chacha20_poly1305.c \
+         providers/implementations/digests/digestcommon.c
 
 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
 GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
@@ -98,6 +99,7 @@ DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \
        providers/implementations/ciphers/ciphercommon_ccm.c \
        providers/implementations/ciphers/ciphercommon_gcm.c \
        providers/implementations/ciphers/cipher_chacha20_poly1305.c \
+       providers/implementations/digests/digestcommon.c \
        include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
 GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\
     providers/implementations/keymgmt/ml_dsa_kmgmt.c.in
@@ -115,6 +117,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/digestcommon.c]=\
+    providers/implementations/digests/digestcommon.c.in
 GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
 
 IF[{- defined $target{shared_defflag} -}]