skey: update build infrastructure for generate param name parsing

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28144)
This commit is contained in:
Pauli 2025-07-22 09:48:48 +10:00
parent d1d94e0fbe
commit 3af4c99cd4
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View 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

View 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]=\