]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add ssl_unwrap.h to quic_tls_api.c
authorNeil Horman <nhorman@openssl.org>
Fri, 14 Feb 2025 19:25:41 +0000 (14:25 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:34 +0000 (11:27 -0500)
Needed after the macro re-arranging performed on the quic-server branch

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26762)

ssl/quic/quic_tls_api.c

index 11b008c64ec7078910395c3a92a54037a9a5d53b..17580b62df909029f934610a2b62ee8f06e7f02f 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <openssl/ssl.h>
+#include "internal/ssl_unwrap.h"
 #include "internal/quic_tls.h"
 #include "../ssl_local.h"