We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a02f5e commit 17b6ce7Copy full SHA for 17b6ce7
wolfssl/wolfcrypt/wc_port.h
@@ -1010,7 +1010,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
1010
#define XSEEK_SET FS_SEEK_SET
1011
#define XSEEK_END FS_SEEK_END
1012
#define XBADFILE NULL
1013
- #define XBADFD -1
+ #define XBADFD (-1)
1014
#define XFGETS(b,s,f) -2 /* Not ported yet */
1015
1016
#define XSTAT fs_stat
@@ -1120,7 +1120,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
1120
#define XSEEK_SET SEEK_SET
1121
#define XSEEK_END SEEK_END
1122
1123
1124
#define XFGETS fgets
1125
#define XFPRINTF fprintf
1126
#define XFFLUSH fflush
0 commit comments