]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
dh/dsa: rename files in anticipation of using generated param name parsers
authorPauli <ppzgs1@gmail.com>
Mon, 25 Aug 2025 23:06:49 +0000 (09:06 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Sep 2025 15:53:23 +0000 (17:53 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28360)

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

index 6a7310abea4e5c43e46be28abc01548de5889b08..d689ed1cc53e73663c34c7afca77b08d995297b0 100644 (file)
@@ -121,6 +121,8 @@ providers/implementations/keymgmt/ml_kem_kmgmt.c
 providers/implementations/keymgmt/mlx_kmgmt.c
 providers/implementations/signature/dsa_sig.c
 providers/implementations/signature/ecdsa_sig.c
+providers/implementations/keymgmt/dh_kmgmt.c
+providers/implementations/keymgmt/dsa_kmgmt.c
 providers/implementations/keymgmt/ecx_kmgmt.c
 providers/implementations/keymgmt/lms_kmgmt.c
 providers/implementations/keymgmt/mac_legacy_kmgmt.c
index 84a046e1120033471e2f685fd499a6c4b6bd87ae..8af40479e4dec4440765d5e9180fcd7126dd7868 100644 (file)
@@ -78,6 +78,8 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/kem/ecx_kem.c \
          providers/implementations/kem/ml_kem_kem.c \
          providers/implementations/kem/rsa_kem.c \
+         providers/implementations/keymgmt/dh_kmgmt.c \
+         providers/implementations/keymgmt/dsa_kmgmt.c \
          providers/implementations/keymgmt/ecx_kmgmt.c \
          providers/implementations/keymgmt/lms_kmgmt.c \
          providers/implementations/keymgmt/mac_legacy_kmgmt.c \
@@ -182,6 +184,8 @@ DEPEND[providers/implementations/asymciphers/rsa_enc.c \
        providers/implementations/kem/ecx_kem.c \
        providers/implementations/kem/ml_kem_kem.c \
        providers/implementations/kem/rsa_kem.c \
+       providers/implementations/keymgmt/dh_kmgmt.c \
+       providers/implementations/keymgmt/dsa_kmgmt.c \
        providers/implementations/keymgmt/ecx_kmgmt.c \
        providers/implementations/keymgmt/lms_kmgmt.c \
        providers/implementations/keymgmt/mac_legacy_kmgmt.c \
@@ -283,6 +287,10 @@ GENERATE[providers/implementations/kem/ml_kem_kem.c]=\
     providers/implementations/kem/ml_kem_kem.c.in
 GENERATE[providers/implementations/kem/rsa_kem.c]=\
     providers/implementations/kem/rsa_kem.c.in
+GENERATE[providers/implementations/keymgmt/dh_kmgmt.c]=\
+    providers/implementations/keymgmt/dh_kmgmt.c.in
+GENERATE[providers/implementations/keymgmt/dsa_kmgmt.c]=\
+    providers/implementations/keymgmt/dsa_kmgmt.c.in
 GENERATE[providers/implementations/keymgmt/ecx_kmgmt.c]=\
     providers/implementations/keymgmt/ecx_kmgmt.c.in
 GENERATE[providers/implementations/keymgmt/lms_kmgmt.c]=\