Skip to content

Commit dd6db02

Browse files
add parenthesis around define value
1 parent 44f3e4a commit dd6db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfssl/quic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ int wolfSSL_quic_hkdf(uint8_t* dest, size_t destlen,
296296
* read from the wire sane */
297297
#ifndef WOLFSSL_QUIC_MAX_RECORD_CAPACITY
298298
/* 1024*1024 -- 1 MB */
299-
#define WOLFSSL_QUIC_MAX_RECORD_CAPACITY 1048576
299+
#define WOLFSSL_QUIC_MAX_RECORD_CAPACITY (1048576)
300300
#endif
301301

302302
#endif /* WOLFSSL_QUIC */

0 commit comments

Comments
 (0)