From: Pauli Date: Mon, 21 Jul 2025 23:48:48 +0000 (+1000) Subject: skey: update build infrastructure for generate param name parsing X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3af4c99cd458ff453afc11878faa19e10bdd0757;p=thirdparty%2Fopenssl.git 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) --- 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]=\