From 3af4c99cd458ff453afc11878faa19e10bdd0757 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 22 Jul 2025 09:48:48 +1000 Subject: [PATCH] skey: update build infrastructure for generate param name parsing Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28144) --- .gitignore | 1 + build.info | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index bab8833d456..db19cf74c51 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/build.info b/build.info index 5899c0f88d2..a67ecb5d591 100644 --- a/build.info +++ b/build.info @@ -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]=\ -- 2.47.2