summaryrefslogtreecommitdiff
path: root/ssl/quic
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-10-05 10:20:35 +0200
committerRichard Levitte <levitte@openssl.org>2022-10-25 13:25:00 +0200
commit4ccb89bba76655d72285f94619f2f4014319d3d9 (patch)
treee73994435f5c78ca94d996398dff202f02229b6d /ssl/quic
parent76228352d80250801a00d50beeab7dc786336689 (diff)
downloadopenssl-new-4ccb89bba76655d72285f94619f2f4014319d3d9.tar.gz
Fix definitions of SHUT_RD and SHUT_WR
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19345)
Diffstat (limited to 'ssl/quic')
-rw-r--r--ssl/quic/quic_rx_depack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/quic/quic_rx_depack.c b/ssl/quic/quic_rx_depack.c
index bf7c0364fc..404d5b883e 100644
--- a/ssl/quic/quic_rx_depack.c
+++ b/ssl/quic/quic_rx_depack.c
@@ -13,6 +13,7 @@
#include "internal/quic_record_rx.h"
#include "internal/quic_ackm.h"
#include "internal/quic_rx_depack.h"
+#include "internal/sockets.h"
#include "quic_record_rx_wrap.h"
#include "quic_local.h"