aboutsummaryrefslogtreecommitdiff
path: root/patches/keypairtest.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/keypairtest.c.patch')
-rw-r--r--patches/keypairtest.c.patch13
1 files changed, 0 insertions, 13 deletions
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 @@
1--- tests/keypairtest.c.orig Sun Mar 18 00:31:20 2018
2+++ tests/keypairtest.c Sun Mar 18 00:31:33 2018
3@@ -15,6 +15,10 @@
4 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5 */
6
7+#ifdef _MSC_VER
8+#define NO_REDEF_POSIX_FUNCTIONS
9+#endif
10+
11 #include <sys/stat.h>
12
13 #include <err.h>