From: Pauli Date: Fri, 20 Jun 2025 02:08:08 +0000 (+1000) Subject: update build infrastructure for digestcommon.c.in X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64743597ecfc51940f3c91f3bf3bf6b78a0144db;p=thirdparty%2Fopenssl.git update build infrastructure for digestcommon.c.in Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) --- diff --git a/.gitignore b/.gitignore index 47c7596824d..cff1a763a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/build.info b/build.info index 4b98684411f..fcc28167e61 100644 --- a/build.info +++ b/build.info @@ -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} -}]