summaryrefslogtreecommitdiffstats
path: root/test/mdc2test.c
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 /test/mdc2test.c
parentCMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq() (diff)
downloadopenssl-f2a6f83862be3e20260b708288a8f7d0928e9018.tar.xz
openssl-f2a6f83862be3e20260b708288a8f7d0928e9018.zip
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 'test/mdc2test.c')
-rw-r--r--test/mdc2test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mdc2test.c b/test/mdc2test.c
index 9149e3e8ff..a524ceca16 100644
--- a/test/mdc2test.c
+++ b/test/mdc2test.c
@@ -18,7 +18,6 @@
#include <openssl/params.h>
#include <openssl/types.h>
#include <openssl/core_names.h>
-#include "internal/nelem.h"
#include "testutil.h"
#if defined(OPENSSL_NO_DES) && !defined(OPENSSL_NO_MDC2)