This commit is contained in:
Viktor Szakats 2026-06-12 22:11:21 +02:00
parent 4da0f86d20
commit 238a0ddd17
No known key found for this signature in database

View file

@ -46,9 +46,9 @@
#endif
#if EAGAIN != EWOULDBLOCK
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK || (e) == EAGAIN)
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK || (e) == EAGAIN)
#else
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK)
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK)
#endif
struct rustls_ssl_backend_data {