mirror of https://github.com/openssl/openssl.git
legacy mac: rename files to enable generated param decoders
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/28333)
This commit is contained in:
parent
bd91eb6658
commit
d42a1f7b09
|
@ -123,6 +123,7 @@ providers/implementations/signature/dsa_sig.c
|
|||
providers/implementations/signature/ecdsa_sig.c
|
||||
providers/implementations/keymgmt/ecx_kmgmt.c
|
||||
providers/implementations/keymgmt/lms_kmgmt.c
|
||||
providers/implementations/keymgmt/mac_legacy_kmgmt.c
|
||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c
|
||||
providers/implementations/keymgmt/ml_kem_kmgmt.c
|
||||
providers/implementations/keymgmt/mlx_kmgmt.c
|
||||
|
|
|
@ -80,6 +80,7 @@ DEPEND[]=include/openssl/asn1.h \
|
|||
providers/implementations/kem/rsa_kem.c \
|
||||
providers/implementations/keymgmt/ecx_kmgmt.c \
|
||||
providers/implementations/keymgmt/lms_kmgmt.c \
|
||||
providers/implementations/keymgmt/mac_legacy_kmgmt.c \
|
||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c \
|
||||
providers/implementations/keymgmt/ml_kem_kmgmt.c \
|
||||
providers/implementations/keymgmt/mlx_kmgmt.c \
|
||||
|
@ -183,6 +184,7 @@ DEPEND[providers/implementations/asymciphers/rsa_enc.c \
|
|||
providers/implementations/kem/rsa_kem.c \
|
||||
providers/implementations/keymgmt/ecx_kmgmt.c \
|
||||
providers/implementations/keymgmt/lms_kmgmt.c \
|
||||
providers/implementations/keymgmt/mac_legacy_kmgmt.c \
|
||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c \
|
||||
providers/implementations/keymgmt/ml_kem_kmgmt.c \
|
||||
providers/implementations/keymgmt/mlx_kmgmt.c \
|
||||
|
@ -285,6 +287,8 @@ GENERATE[providers/implementations/keymgmt/ecx_kmgmt.c]=\
|
|||
providers/implementations/keymgmt/ecx_kmgmt.c.in
|
||||
GENERATE[providers/implementations/keymgmt/lms_kmgmt.c]=\
|
||||
providers/implementations/keymgmt/lms_kmgmt.c.in
|
||||
GENERATE[providers/implementations/keymgmt/mac_legacy_kmgmt.c]=\
|
||||
providers/implementations/keymgmt/mac_legacy_kmgmt.c.in
|
||||
GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\
|
||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c.in
|
||||
GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\
|
||||
|
|
Loading…
Reference in New Issue