summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_trace.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-11 08:36:15 +0000
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:29:02 +0100
commit989dd4e055db7b3243f303cc18842d7f349abee2 (patch)
treebdb55c9293141a877028cc9be6397afe705757b7 /ssl/quic/quic_trace.c
parentace3825d8d85aa12cdd9174b98468b53148b9d09 (diff)
libssl: Move SSL object unwrapping macros to separate header
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23334)
Diffstat (limited to 'ssl/quic/quic_trace.c')
-rw-r--r--ssl/quic/quic_trace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/quic/quic_trace.c b/ssl/quic/quic_trace.c
index 5a6d79bf4b..34f9c001c6 100644
--- a/ssl/quic/quic_trace.c
+++ b/ssl/quic/quic_trace.c
@@ -9,7 +9,10 @@
#include <openssl/bio.h>
#include "../ssl_local.h"
+#include "internal/quic_trace.h"
#include "internal/quic_wire_pkt.h"
+#include "internal/quic_wire.h"
+#include "internal/ssl_unwrap.h"
static const char *packet_type(int type)
{