diff options
author | Hugo Landau <hlandau@openssl.org> | 2022-11-24 09:54:01 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2022-11-24 10:17:20 +0100 |
commit | 394f6f246af23876f3d7a0332eb194aaa5127643 (patch) | |
tree | 0c6331cbdd6adbb41d33f82eb263475af122f3f5 /ssl/quic/quic_stream_map.c | |
parent | Make parsing of piped data in `speed.c` more robust (diff) | |
download | openssl-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.c | 1 |
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 * =========== |