]> git.ipfire.org Git - thirdparty/openssl.git/commit
signature: Use include file for generated code
authorSimo Sorce <simo@redhat.com>
Thu, 16 Oct 2025 19:48:09 +0000 (15:48 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 20 Oct 2025 07:45:54 +0000 (09:45 +0200)
commitca95d136d238e5ead679df8a7573ecccef37cc0e
tree4e5d4c13b6340fb53c77dc3e541203b952057b17
parente3c5cface6076918464b19c5f3a0fd50b3094964
signature: 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)
16 files changed:
.gitignore
build.info
providers/implementations/signature/dsa_sig.c [moved from providers/implementations/signature/dsa_sig.c.in with 95% similarity]
providers/implementations/signature/dsa_sig.inc.in [new file with mode: 0644]
providers/implementations/signature/ecdsa_sig.c [moved from providers/implementations/signature/ecdsa_sig.c.in with 94% similarity]
providers/implementations/signature/ecdsa_sig.inc.in [new file with mode: 0644]
providers/implementations/signature/eddsa_sig.c [moved from providers/implementations/signature/eddsa_sig.c.in with 98% similarity]
providers/implementations/signature/eddsa_sig.inc.in [new file with mode: 0644]
providers/implementations/signature/ml_dsa_sig.c [moved from providers/implementations/signature/ml_dsa_sig.c.in with 92% similarity]
providers/implementations/signature/ml_dsa_sig.inc.in [new file with mode: 0644]
providers/implementations/signature/rsa_sig.c [moved from providers/implementations/signature/rsa_sig.c.in with 95% similarity]
providers/implementations/signature/rsa_sig.inc.in [new file with mode: 0644]
providers/implementations/signature/slh_dsa_sig.c [moved from providers/implementations/signature/slh_dsa_sig.c.in with 95% similarity]
providers/implementations/signature/slh_dsa_sig.inc.in [new file with mode: 0644]
providers/implementations/signature/sm2_sig.c [moved from providers/implementations/signature/sm2_sig.c.in with 95% similarity]
providers/implementations/signature/sm2_sig.inc.in [new file with mode: 0644]