mirror of https://github.com/openssl/openssl.git
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:
parent
d1d94e0fbe
commit
3af4c99cd4
|
@ -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
|
||||
|
|
|
@ -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]=\
|
||||
|
|
Loading…
Reference in New Issue