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:15:39 +0000 (18:15 +0100)
commitfe6060192741824a0688d4e7468af41d889999a7
tree76fd355fe440da1b46ae59c9704b83d9b97450a3
parent3431dd4b3ee7933822586aab62972de4d8c0e9e5
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)

(cherry picked from commit f2a6f83862be3e20260b708288a8f7d0928e9018)
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