summaryrefslogtreecommitdiffstats
path: root/providers/common
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2021-02-20 23:39:30 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:08:25 +0100
commitf2a6f83862be3e20260b708288a8f7d0928e9018 (patch)
tree1e819cdc004040e668646cb9274bdf64105685d2 /providers/common
parent2da163cb73eabac7af093747ecee26ed76aa364a (diff)
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)
Diffstat (limited to 'providers/common')
-rw-r--r--providers/common/provider_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/providers/common/provider_util.c b/providers/common/provider_util.c
index 2d8cba2ac9..2473754d26 100644
--- a/providers/common/provider_util.c
+++ b/providers/common/provider_util.c
@@ -19,7 +19,6 @@
# include "crypto/evp.h"
#endif
#include "prov/provider_util.h"
-#include "internal/nelem.h"
void ossl_prov_cipher_reset(PROV_CIPHER *pc)
{