summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_stream_map.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-11-24 09:54:01 +0100
committerHugo Landau <hlandau@openssl.org>2022-11-24 10:17:20 +0100
commit394f6f246af23876f3d7a0332eb194aaa5127643 (patch)
tree0c6331cbdd6adbb41d33f82eb263475af122f3f5 /ssl/quic/quic_stream_map.c
parentMake parsing of piped data in `speed.c` more robust (diff)
downloadopenssl-394f6f246af23876f3d7a0332eb194aaa5127643.tar.xz
openssl-394f6f246af23876f3d7a0332eb194aaa5127643.zip
QUIC TXP: Fix missing OSSL_NELEM include
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/19756)
Diffstat (limited to 'ssl/quic/quic_stream_map.c')
-rw-r--r--ssl/quic/quic_stream_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/quic/quic_stream_map.c b/ssl/quic/quic_stream_map.c
index 7a638550b9..043a631fec 100644
--- a/ssl/quic/quic_stream_map.c
+++ b/ssl/quic/quic_stream_map.c
@@ -8,6 +8,7 @@
*/
#include "internal/quic_stream_map.h"
+#include "internal/nelem.h"
/* QUIC Stream
* ===========