]> git.ipfire.org Git - thirdparty/openssl.git/commit
Include #include "internal/numbers.h" in ssl/quic/quic_cfq.c
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 14:24:05 +0000 (16:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 16:27:21 +0000 (18:27 +0200)
commitcfbdc5dd14bf9fc969c9eb76216ab59a4ae64ba4
tree7c31578fdaea99a9cc56bd5c894acd36c735b617
parent3ae4686bf6cfb9889efeecbc8e80b279afbe1e28
Include #include "internal/numbers.h" in ssl/quic/quic_cfq.c

It's needed for platforms that don't define UINT64_MAX and similar macros

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
ssl/quic/quic_cfq.c