rustls.c fixup

This commit is contained in:
Viktor Szakats 2026-06-12 16:57:51 +02:00
parent b0ccea9358
commit 30b27371c5
No known key found for this signature in database

View file

@ -45,7 +45,7 @@
#include "curlx/base64.h"
#endif
#if EAGAIN != SOCKEWOULDBLOCK
#if EAGAIN != EWOULDBLOCK
#define RAW_EWOULDBLOCK_EAGAIN(e) ((e) == EWOULDBLOCK || (e) == EAGAIN)
#else
#define RAW_EWOULDBLOCK_EAGAIN(e) ((e) == EWOULDBLOCK)