From 0b4b0193e72fc912e004b29d84fd1a0810759ba9 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 28 Apr 2021 08:58:23 -0600 Subject: [PATCH] Implement minor port change requested by customer --- 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 1adf896ad..d4d2c17ba 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -664,7 +664,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void); #define strncasecmp FCL_STRNCASECMP /* FUSION SPECIFIC ERROR CODE */ - #define FUSION_IO_SEND_E 63 + #define FUSION_IO_SEND_E FCL_EWOULDBLOCK #elif defined(WOLFSSL_USER_FILESYSTEM) /* To be defined in user_settings.h */