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:
Pauli 2025-08-25 15:48:02 +10:00 committed by Tomas Mraz
parent bd91eb6658
commit d42a1f7b09
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -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

View File

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