aboutsummaryrefslogtreecommitdiff
path: root/patches/ocsp_test.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ocsp_test.c.patch')
-rw-r--r--patches/ocsp_test.c.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/ocsp_test.c.patch b/patches/ocsp_test.c.patch
index 03e02ac..39f1326 100644
--- a/patches/ocsp_test.c.patch
+++ b/patches/ocsp_test.c.patch
@@ -1,9 +1,9 @@
1--- tests/ocsp_test.c.orig 2016-10-18 18:12:39.854607509 +0900 1--- tests/ocsp_test.c.orig 2018-07-24 21:59:17.000000000 -0500
2+++ tests/ocsp_test.c 2016-10-18 18:14:29.261600559 +0900 2+++ tests/ocsp_test.c 2018-11-07 18:44:43.000000000 -0600
3@@ -35,6 +35,11 @@ 3@@ -35,6 +35,11 @@
4 hints.ai_family = AF_INET; 4 hints.ai_family = AF_INET;
5 hints.ai_socktype = SOCK_STREAM; 5 hints.ai_socktype = SOCK_STREAM;
6 6
7+#ifdef _MSC_VER 7+#ifdef _MSC_VER
8+ if (BIO_sock_init() != 1) 8+ if (BIO_sock_init() != 1)
9+ exit(-1); 9+ exit(-1);