Browse Source

add parenthesis around define value

JacobBarthelmeh 1 month ago
parent
commit
dd6db025e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wolfssl/quic.h

+ 1 - 1
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 */