]> git.ipfire.org Git - thirdparty/openssl.git/commit
kem: 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)
commit4080054b871821ffcc90cd379281fa22a9705ad1
treea11a3ef7d00f5bbee7374e994d8dd3810693526f
parent971e589ad5e421fd4ac8720af57a1a01dae63f5e
kem: 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)
.gitignore
build.info
providers/implementations/kem/ec_kem.c [moved from providers/implementations/kem/ec_kem.c.in with 98% similarity]
providers/implementations/kem/ec_kem.inc.in [new file with mode: 0644]
providers/implementations/kem/ecx_kem.c [moved from providers/implementations/kem/ecx_kem.c.in with 98% similarity]
providers/implementations/kem/ecx_kem.inc.in [new file with mode: 0644]
providers/implementations/kem/ml_kem_kem.c [moved from providers/implementations/kem/ml_kem_kem.c.in with 97% similarity]
providers/implementations/kem/ml_kem_kem.inc.in [new file with mode: 0644]
providers/implementations/kem/rsa_kem.c [moved from providers/implementations/kem/rsa_kem.c.in with 96% similarity]
providers/implementations/kem/rsa_kem.inc.in [new file with mode: 0644]