From dd6db025e3b51c0dccf2c0695bf80e65a9b716e4 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Mon, 18 Mar 2024 21:13:42 +0700 Subject: [PATCH] add parenthesis around define value --- wolfssl/quic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/quic.h b/wolfssl/quic.h index 66a44d65c..d4152423d 100644 --- a/wolfssl/quic.h +++ b/wolfssl/quic.h @@ -296,7 +296,7 @@ int wolfSSL_quic_hkdf(uint8_t* dest, size_t destlen, * read from the wire sane */ #ifndef WOLFSSL_QUIC_MAX_RECORD_CAPACITY /* 1024*1024 -- 1 MB */ - #define WOLFSSL_QUIC_MAX_RECORD_CAPACITY 1048576 + #define WOLFSSL_QUIC_MAX_RECORD_CAPACITY (1048576) #endif #endif /* WOLFSSL_QUIC */