Skip to content

Commit a810514

Browse files
author
Lealem Amedie
committed
Get multi-test passing
1 parent 286d551 commit a810514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolfssl/wolfcrypt/wc_port.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,10 +743,10 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
743743
#endif
744744

745745
#ifndef MAX_FILENAME_SZ
746-
#define MAX_FILENAME_SZ 260 + 1 /* max file name length */
746+
#define MAX_FILENAME_SZ (260 + 1) /* max file name length */
747747
#endif
748748
#ifndef MAX_PATH
749-
#define MAX_PATH 260 + 1
749+
#define MAX_PATH (260 + 1)
750750
#endif
751751

752752
WOLFSSL_LOCAL int wc_FileLoad(const char* fname, unsigned char** buf,

0 commit comments

Comments
 (0)