From 856d0511d63bd791b4a18df0c3ffc80b8e47c470 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sun, 28 Jul 2019 19:03:27 +0900 Subject: Use posix_win.c functions on WIN32 - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called --- patches/keypairtest.c.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/keypairtest.c.patch (limited to 'patches/keypairtest.c.patch') diff --git a/patches/keypairtest.c.patch b/patches/keypairtest.c.patch deleted file mode 100644 index b1f03da..0000000 --- a/patches/keypairtest.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- tests/keypairtest.c.orig Sun Mar 18 00:31:20 2018 -+++ tests/keypairtest.c Sun Mar 18 00:31:33 2018 -@@ -15,6 +15,10 @@ - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -+#ifdef _MSC_VER -+#define NO_REDEF_POSIX_FUNCTIONS -+#endif -+ - #include - - #include -- cgit v1.2.3-55-g6feb