]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update build.info with new .in files
authorPauli <ppzgs1@gmail.com>
Wed, 4 Jun 2025 03:44:26 +0000 (13:44 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 6 Jun 2025 06:26:21 +0000 (16:26 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27756)

.gitignore
build.info

index bc396b0808c993d12e8f33f5c0852caddccbe32d..ad2a411720078fd2d28f4225fe76ab95b2743a4a 100644 (file)
@@ -85,6 +85,8 @@ providers/common/include/prov/der_digests.h
 providers/common/include/prov/der_wrap.h
 providers/common/include/prov/der_sm2.h
 providers/common/include/prov/der_ml_dsa.h
+providers/implementations/keymgmt/ml_dsa_kmgmt.c
+providers/implementations/keymgmt/ml_kem_kmgmt.c
 providers/implementations/ciphers/ciphercommon.c
 providers/implementations/ciphers/cipher_chacha20_poly1305.c
 
index cfa791266bb5bc52ae1050fcfe00bb69b38cfcaa..0d6674ed61d08b4f9dab4b9667aa0f1dcc4cec86 100644 (file)
@@ -49,6 +49,8 @@ DEPEND[]=include/openssl/asn1.h \
          include/openssl/x509_vfy.h \
          include/crypto/bn_conf.h include/crypto/dso_conf.h \
          include/internal/param_names.h \
+         providers/implementations/keymgmt/ml_dsa_kmgmt.c \
+         providers/implementations/keymgmt/ml_kem_kmgmt.c \
          providers/implementations/ciphers/ciphercommon.c \
          providers/implementations/ciphers/cipher_chacha20_poly1305.c
 
@@ -86,10 +88,16 @@ GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
 
 DEPEND[include/internal/param_names.h \
+       providers/implementations/keymgmt/ml_dsa_kmgmt.c \
+       providers/implementations/keymgmt/ml_kem_kmgmt.c \
        providers/implementations/ciphers/ciphercommon.c \
        providers/implementations/ciphers/cipher_chacha20_poly1305.c \
        include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
 GENERATE[include/internal/param_names.h]=include/internal/param_names.h.in
+GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\
+    providers/implementations/keymgmt/ml_dsa_kmgmt.c.in
+GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\
+    providers/implementations/keymgmt/ml_kem_kmgmt.c.in
 GENERATE[providers/implementations/ciphers/ciphercommon.c]=\
     providers/implementations/ciphers/ciphercommon.c.in
 GENERATE[providers/implementations/ciphers/cipher_chacha20_poly1305.c]=\