]> git.ipfire.org Git - thirdparty/openssl.git/commit
keymgmt: Use include file for generated code
authorSimo Sorce <simo@redhat.com>
Thu, 16 Oct 2025 19:48:08 +0000 (15:48 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 20 Oct 2025 07:45:53 +0000 (09:45 +0200)
commitbfdfde12bace76c9e11ceeec19544844e2701472
tree17144595a124d1ca33cfd9017ac1d1e9c71f0185
parent578281e7500b8093b4f517bfef8af83d87d8e396
keymgmt: Use include file for generated code

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28838)
22 files changed:
.gitignore
build.info
providers/implementations/keymgmt/dh_kmgmt.c [moved from providers/implementations/keymgmt/dh_kmgmt.c.in with 87% similarity]
providers/implementations/keymgmt/dh_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/dsa_kmgmt.c [moved from providers/implementations/keymgmt/dsa_kmgmt.c.in with 89% similarity]
providers/implementations/keymgmt/dsa_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/ecx_kmgmt.c [moved from providers/implementations/keymgmt/ecx_kmgmt.c.in with 93% similarity]
providers/implementations/keymgmt/ecx_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/lms_kmgmt.c [moved from providers/implementations/keymgmt/lms_kmgmt.c.in with 95% similarity]
providers/implementations/keymgmt/lms_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/mac_legacy_kmgmt.c [moved from providers/implementations/keymgmt/mac_legacy_kmgmt.c.in with 90% similarity]
providers/implementations/keymgmt/mac_legacy_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/ml_dsa_kmgmt.c [moved from providers/implementations/keymgmt/ml_dsa_kmgmt.c.in with 93% similarity]
providers/implementations/keymgmt/ml_dsa_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/ml_kem_kmgmt.c [moved from providers/implementations/keymgmt/ml_kem_kmgmt.c.in with 94% similarity]
providers/implementations/keymgmt/ml_kem_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/mlx_kmgmt.c [moved from providers/implementations/keymgmt/mlx_kmgmt.c.in with 95% similarity]
providers/implementations/keymgmt/mlx_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/slh_dsa_kmgmt.c [moved from providers/implementations/keymgmt/slh_dsa_kmgmt.c.in with 92% similarity]
providers/implementations/keymgmt/slh_dsa_kmgmt.inc.in [new file with mode: 0644]
providers/implementations/keymgmt/template_kmgmt.c [moved from providers/implementations/keymgmt/template_kmgmt.c.in with 90% similarity]
providers/implementations/keymgmt/template_kmgmt.inc.in [new file with mode: 0644]