]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update build infrastructure to support generated eddsa_sig.c
authorPauli <ppzgs1@gmail.com>
Fri, 20 Jun 2025 02:37:29 +0000 (12:37 +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 cff1a763a8f9a60e38696dfc06313fa38d2f858c..740914f135b42fa2e49c152d1d8d3946291afe85 100644 (file)
@@ -87,6 +87,7 @@ providers/common/include/prov/der_ml_dsa.h
 providers/implementations/keymgmt/ml_dsa_kmgmt.c
 providers/implementations/keymgmt/ml_kem_kmgmt.c
 providers/implementations/keymgmt/mlx_kmgmt.c
+providers/implementations/signature/eddsa_sig.c
 providers/implementations/signature/ml_dsa_sig.c
 providers/implementations/ciphers/ciphercommon.c
 providers/implementations/ciphers/ciphercommon_ccm.c
index fcc28167e615db1773a52e536d5f391a0fb9c7a7..83d73943c3fad943f6eea01890110793f1e7971e 100644 (file)
@@ -51,6 +51,7 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/keymgmt/ml_dsa_kmgmt.c \
          providers/implementations/keymgmt/ml_kem_kmgmt.c \
          providers/implementations/keymgmt/mlx_kmgmt.c \
+         providers/implementations/signature/eddsa_sig.c \
          providers/implementations/signature/ml_dsa_sig.c \
          providers/implementations/ciphers/ciphercommon.c \
          providers/implementations/ciphers/ciphercommon_ccm.c \
@@ -94,6 +95,7 @@ GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
 DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \
        providers/implementations/keymgmt/ml_kem_kmgmt.c \
        providers/implementations/keymgmt/mlx_kmgmt.c \
+       providers/implementations/signature/eddsa_sig.c \
        providers/implementations/signature/ml_dsa_sig.c \
        providers/implementations/ciphers/ciphercommon.c \
        providers/implementations/ciphers/ciphercommon_ccm.c \
@@ -107,6 +109,8 @@ GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\
     providers/implementations/keymgmt/ml_kem_kmgmt.c.in
 GENERATE[providers/implementations/keymgmt/mlx_kmgmt.c]=\
     providers/implementations/keymgmt/mlx_kmgmt.c.in
+GENERATE[providers/implementations/signature/eddsa_sig.c]=\
+    providers/implementations/signature/eddsa_sig.c.in
 GENERATE[providers/implementations/signature/ml_dsa_sig.c]=\
     providers/implementations/signature/ml_dsa_sig.c.in
 GENERATE[providers/implementations/ciphers/ciphercommon.c]=\