add parenthesis around define value

This commit is contained in:
JacobBarthelmeh 2024-03-18 21:13:42 +07:00
parent 44f3e4a3b7
commit dd6db025e3

View File

@ -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 */