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:15:39 +0100
commitfe6060192741824a0688d4e7468af41d889999a7 (patch)
tree76fd355fe440da1b46ae59c9704b83d9b97450a3 /crypto/ec
parent3431dd4b3ee7933822586aab62972de4d8c0e9e5 (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) (cherry picked from commit f2a6f83862be3e20260b708288a8f7d0928e9018)
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 5be2112875..39885a2a55 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 */