]> git.ipfire.org Git - thirdparty/openssl.git/commit
macs: 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:54 +0000 (09:45 +0200)
commit15885057f1c0b58b5ff5bd2b71fa8ac49304145f
treed05257d7c9b1a7e5b80fb5a31f810afd8e341209
parentbfdfde12bace76c9e11ceeec19544844e2701472
macs: 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)
14 files changed:
.gitignore
build.info
providers/implementations/macs/cmac_prov.c [moved from providers/implementations/macs/cmac_prov.c.in with 90% similarity]
providers/implementations/macs/cmac_prov.inc.in [new file with mode: 0644]
providers/implementations/macs/gmac_prov.c [moved from providers/implementations/macs/gmac_prov.c.in with 91% similarity]
providers/implementations/macs/gmac_prov.inc.in [new file with mode: 0644]
providers/implementations/macs/hmac_prov.c [moved from providers/implementations/macs/hmac_prov.c.in with 92% similarity]
providers/implementations/macs/hmac_prov.inc.in [new file with mode: 0644]
providers/implementations/macs/kmac_prov.c [moved from providers/implementations/macs/kmac_prov.c.in with 94% similarity]
providers/implementations/macs/kmac_prov.inc.in [new file with mode: 0644]
providers/implementations/macs/poly1305_prov.c [moved from providers/implementations/macs/poly1305_prov.c.in with 93% similarity]
providers/implementations/macs/poly1305_prov.inc.in [new file with mode: 0644]
providers/implementations/macs/siphash_prov.c [moved from providers/implementations/macs/siphash_prov.c.in with 89% similarity]
providers/implementations/macs/siphash_prov.inc.in [new file with mode: 0644]