]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cleanup: Remove include/crypto/bn_conf.h.in
authorRichard Levitte <levitte@openssl.org>
Wed, 8 Oct 2025 20:55:45 +0000 (22:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 Oct 2025 07:43:41 +0000 (08:43 +0100)
commit0ab2ece0a2025ebdea1f94744424ef89ffb9a2b0
tree2e2948b54dc9cddbd862e67da2cb5da113520b18
parent3673c861a37915cbafc2d71adfc49321f06b9914
Cleanup: Remove include/crypto/bn_conf.h.in

It turns out that this reproduces what's already done conditionally in
include/openssl/configuration.h.in.  Furthermore, include/crypto/bn_conf.h
was only included in crypto/bn/bn_local.h using the same guard as the
definition in include/openssl/configuration.h, which is already included
by crypto/bn/bn_local.h anyway, via include/openssl/opensslconf.h.

Therefore, include/crypto/bn_conf.h.in can be removed, alongside the
construction and inclusion of include/crypto/bn_conf.h.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28794)
build.info
crypto/bn/bn_local.h
include/crypto/bn_conf.h.in [deleted file]
include/openssl/configuration.h.in
util/fix-includes.sed