summaryrefslogtreecommitdiffstats
path: root/crypto/ec
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 /crypto/ec
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 'crypto/ec')
-rw-r--r--crypto/ec/ec_backend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/ec_backend.c b/crypto/ec/ec_backend.c
index 60e88de488..b9ebc96465 100644
--- a/crypto/ec/ec_backend.c
+++ b/crypto/ec/ec_backend.c
@@ -25,6 +25,7 @@
#include "crypto/ec.h"
#include "ec_local.h"
#include "internal/e_os.h"
+#include "internal/nelem.h"
#include "internal/param_build_set.h"
/* Mapping between a flag and a name */