]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move generic skeymgmt param decoder to .inc file
authorSimo Sorce <simo@redhat.com>
Fri, 10 Oct 2025 20:32:27 +0000 (16:32 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 20 Oct 2025 07:45:53 +0000 (09:45 +0200)
commit594c436d24cf2c1bd70caf7ad31a223f54cc9ce8
treeefad2690e3faf7530f94f8e517ce1296d31d46c6
parentc2e845914a4f999183ceb950e915c5525ccdf643
Move generic skeymgmt param decoder to .inc file

The Perl-generated code for the generic symmetric key import parameter decoder
is extracted from `generic.c.in` into a new `generic.inc.in` template.

The main `generic.c` file now includes the generated `generic.inc` file. This
change separates the auto-generated code from the handwritten C code,
improving modularity and readability.

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)
.gitignore
build.info
providers/implementations/skeymgmt/generic.c [moved from providers/implementations/skeymgmt/generic.c.in with 92% similarity]
providers/implementations/skeymgmt/generic.inc.in [new file with mode: 0644]