From 8b0fbe224abc75046cf2f365d6db7c86028387d5 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 14 Feb 2025 14:25:41 -0500 Subject: [PATCH] Add ssl_unwrap.h to quic_tls_api.c Needed after the macro re-arranging performed on the quic-server branch Reviewed-by: Tomas Mraz Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/26762) --- ssl/quic/quic_tls_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/quic/quic_tls_api.c b/ssl/quic/quic_tls_api.c index 11b008c64ec..17580b62df9 100644 --- a/ssl/quic/quic_tls_api.c +++ b/ssl/quic/quic_tls_api.c @@ -8,6 +8,7 @@ */ #include +#include "internal/ssl_unwrap.h" #include "internal/quic_tls.h" #include "../ssl_local.h" -- 2.47.2