]> git.ipfire.org Git - thirdparty/openssl.git/commit
rands: 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)
commite3c5cface6076918464b19c5f3a0fd50b3094964
treeca4a4b36f393bc7d2cfb6a1963ab47019e53fbe6
parent15885057f1c0b58b5ff5bd2b71fa8ac49304145f
rands: 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/rands/drbg_ctr.c [moved from providers/implementations/rands/drbg_ctr.c.in with 91% similarity]
providers/implementations/rands/drbg_ctr.inc.in [new file with mode: 0644]
providers/implementations/rands/drbg_hash.c [moved from providers/implementations/rands/drbg_hash.c.in with 89% similarity]
providers/implementations/rands/drbg_hash.inc.in [new file with mode: 0644]
providers/implementations/rands/drbg_hmac.c [moved from providers/implementations/rands/drbg_hmac.c.in with 87% similarity]
providers/implementations/rands/drbg_hmac.inc.in [new file with mode: 0644]
providers/implementations/rands/fips_crng_test.c [moved from providers/implementations/rands/fips_crng_test.c.in with 96% similarity]
providers/implementations/rands/fips_crng_test.inc.in [new file with mode: 0644]
providers/implementations/rands/seed_src.c [moved from providers/implementations/rands/seed_src.c.in with 95% similarity]
providers/implementations/rands/seed_src.inc.in [new file with mode: 0644]
providers/implementations/rands/seed_src_jitter.c [moved from providers/implementations/rands/seed_src_jitter.c.in with 96% similarity]
providers/implementations/rands/seed_src_jitter.inc.in [new file with mode: 0644]
providers/implementations/rands/test_rng.c [moved from providers/implementations/rands/test_rng.c.in with 90% similarity]
providers/implementations/rands/test_rng.inc.in [new file with mode: 0644]