]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
legacy mac: rename files to enable generated param decoders
authorPauli <ppzgs1@gmail.com>
Mon, 25 Aug 2025 05:48:02 +0000 (15:48 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 Sep 2025 08:00:08 +0000 (10:00 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28333)

.gitignore
build.info
providers/implementations/keymgmt/mac_legacy_kmgmt.c.in [moved from providers/implementations/keymgmt/mac_legacy_kmgmt.c with 100% similarity]

index ed722bcf1c6f2bdaf7c08f470256b49b90b5a1af..6a7310abea4e5c43e46be28abc01548de5889b08 100644 (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
index ca99292bc4a736fd462e2e115733f6b19fb60d48..84a046e1120033471e2f685fd499a6c4b6bd87ae 100644 (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]=\