summaryrefslogtreecommitdiffstats
path: root/ssl
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 /ssl
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 'ssl')
-rw-r--r--ssl/ssl_lib.c1
-rw-r--r--ssl/t1_trce.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index e3d54fcca7..f6ca2dcb1f 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -22,6 +22,7 @@
#include <openssl/ct.h>
#include <openssl/trace.h>
#include "internal/cryptlib.h"
+#include "internal/nelem.h"
#include "internal/refcount.h"
#include "internal/ktls.h"
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index 405b1e6864..7c60c1f180 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -12,6 +12,7 @@
#ifndef OPENSSL_NO_SSL_TRACE
/* Packet trace support for OpenSSL */
+#include "internal/nelem.h"
typedef struct {
int num;