Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit d76bc26

Browse files
committed
Merge pull request #303 from smaillet-ms/fix-ssl
Fixed SSL support for v4.4
2 parents 679a89b + 5a37bce commit d76bc26

File tree

1 file changed

+0
-4
lines changed
  • DeviceCode/pal/OpenSSL/OpenSSL_1_0_0/tinyclr

1 file changed

+0
-4
lines changed

DeviceCode/pal/OpenSSL/OpenSSL_1_0_0/tinyclr/ssl_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ typedef int ssize_t;
109109
#define EWOULDBLOCK EAGAIN
110110
#endif
111111

112-
#ifndef WSAEWOULDBLOCK
113-
#define WSAEWOULDBLOCK EWOULDBLOCK
114-
#endif
115-
116112
#define SIGINT 4 // attention request from user from signal.h
117113

118114
#ifdef BUFSIZ

0 commit comments

Comments
 (0)