From c933f780ca871d5069f24617efaacf3d2b6fc020 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Thu, 22 Jun 2023 11:14:34 -0500 Subject: [PATCH] Fix WinCE XSEEK_SET --- wolfssl/wolfcrypt/wc_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index b1b1ee330b..01e5ed6d9f 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -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