]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
skey: update build infrastructure for generate param name parsing
authorPauli <ppzgs1@gmail.com>
Mon, 21 Jul 2025 23:48:48 +0000 (09:48 +1000)
committerPauli <ppzgs1@gmail.com>
Thu, 31 Jul 2025 22:38:34 +0000 (08:38 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28144)

.gitignore
build.info

index bab8833d456ba4c935075e615d24862930a386c3..db19cf74c51c749585a9ea823604cc08391e1961 100644 (file)
@@ -104,6 +104,7 @@ 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/skeymgmt/generic.c
 providers/implementations/ciphers/ciphercommon.c
 providers/implementations/ciphers/ciphercommon_ccm.c
 providers/implementations/ciphers/ciphercommon_gcm.c
index 5899c0f88d241aabfd40c2b20bd98cc721cee6ba..a67ecb5d5915910ff0d84282548d9ee30f25cea0 100644 (file)
@@ -67,6 +67,7 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/keymgmt/mlx_kmgmt.c \
          providers/implementations/signature/eddsa_sig.c \
          providers/implementations/signature/ml_dsa_sig.c \
+         providers/implementations/skeymgmt/generic.c \
          providers/implementations/ciphers/ciphercommon.c \
          providers/implementations/ciphers/ciphercommon_ccm.c \
          providers/implementations/ciphers/ciphercommon_gcm.c \
@@ -125,6 +126,7 @@ DEPEND[providers/implementations/kdfs/argon2.c \
        providers/implementations/keymgmt/mlx_kmgmt.c \
        providers/implementations/signature/eddsa_sig.c \
        providers/implementations/signature/ml_dsa_sig.c \
+       providers/implementations/skeymgmt/generic.c \
        providers/implementations/ciphers/ciphercommon.c \
        providers/implementations/ciphers/ciphercommon_ccm.c \
        providers/implementations/ciphers/ciphercommon_gcm.c \
@@ -169,6 +171,8 @@ 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/skeymgmt/generic.c]=\
+    providers/implementations/skeymgmt/generic.c.in
 GENERATE[providers/implementations/ciphers/ciphercommon.c]=\
     providers/implementations/ciphers/ciphercommon.c.in
 GENERATE[providers/implementations/ciphers/ciphercommon_ccm.c]=\