add parenthesis around define value
This commit is contained in:
parent
44f3e4a3b7
commit
dd6db025e3
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user