]> git.ipfire.org Git - thirdparty/openssl.git/commit
digests: Use include file for generated code
authorSimo Sorce <simo@redhat.com>
Thu, 16 Oct 2025 19:48:07 +0000 (15:48 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 20 Oct 2025 07:45:53 +0000 (09:45 +0200)
commit4739965edddc8a695798648378c14b103e16b383
tree0e3cfbfe649410c73c6642b0c104ea98196e1d4f
parent5091f2e318cced2d5ea871d8552914204b33fdea
digests: 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/digests/blake2_prov.c [moved from providers/implementations/digests/blake2_prov.c.in with 94% similarity]
providers/implementations/digests/blake2_prov.inc.in [new file with mode: 0644]
providers/implementations/digests/digestcommon.c [moved from providers/implementations/digests/digestcommon.c.in with 76% similarity]
providers/implementations/digests/digestcommon.inc.in [new file with mode: 0644]
providers/implementations/digests/mdc2_prov.c [moved from providers/implementations/digests/mdc2_prov.c.in with 88% similarity]
providers/implementations/digests/mdc2_prov.inc.in [new file with mode: 0644]
providers/implementations/digests/sha3_prov.c [moved from providers/implementations/digests/sha3_prov.c.in with 97% similarity]
providers/implementations/digests/sha3_prov.inc.in [new file with mode: 0644]