Skip to content

Commit

Permalink
Merge pull request #6532 from embhorn/forum_topic2018
Browse files Browse the repository at this point in the history
Fix WinCE XSEEK_SET
  • Loading branch information
dgarske authored Jun 27, 2023
2 parents 0d0d2cf + c933f78 commit 6b26b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssl/wolfcrypt/wc_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
#define XFREAD fread
#define XFWRITE fwrite
#define XFCLOSE fclose
#define XSEEK_END SEEK_SET
#define XSEEK_SET SEEK_SET
#define XSEEK_END SEEK_END
#define XBADFILE NULL
#define XFGETS fgets
Expand Down

0 comments on commit 6b26b07

Please sign in to comment.