mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
add parenthesis around define value
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user