]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cleanup : directly include of `internal/nelem.h` when required.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sat, 20 Feb 2021 22:39:30 +0000 (23:39 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Nov 2022 17:08:25 +0000 (18:08 +0100)
commitf2a6f83862be3e20260b708288a8f7d0928e9018
tree1e819cdc004040e668646cb9274bdf64105685d2
parent2da163cb73eabac7af093747ecee26ed76aa364a
Cleanup : directly include of `internal/nelem.h` when required.

And so clean a few useless includes

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19721)
19 files changed:
apps/s_client.c
crypto/ec/ec_backend.c
engines/e_devcrypto.c
include/internal/e_os.h
providers/baseprov.c
providers/common/provider_util.c
providers/fips/fipsprov.c
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/kdfs/x942kdf.c
providers/implementations/kem/rsa_kem.c
providers/implementations/rands/seeding/rand_unix.c
providers/implementations/rands/seeding/rand_vms.c
ssl/ssl_lib.c
ssl/t1_trce.c
test/mdc2test.c
test/pkcs12_format_test.c
test/testutil/format_output.c
test/testutil/tests.c
test/x509aux.c