From: Neil Horman Date: Fri, 14 Feb 2025 19:25:41 +0000 (-0500) Subject: Add ssl_unwrap.h to quic_tls_api.c X-Git-Tag: openssl-3.5.0-alpha1~205 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b0fbe224abc75046cf2f365d6db7c86028387d5;p=thirdparty%2Fopenssl.git 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) --- 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"