aboutsummaryrefslogtreecommitdiff
path: root/patches/ocsp_test.c.patch
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-11-07 20:00:29 -0600
committerBrent Cook <bcook@openbsd.org>2018-11-07 20:04:11 -0600
commit11bb39ecf6e58a5e44fc8043004b3f455f30b8fe (patch)
tree9845ff5edbb4cc370bb5f0ab9c4787668bd46f07 /patches/ocsp_test.c.patch
parent34394e7ee024d2b88bed9c61b9a19bba6ec5e49e (diff)
downloadportable-11bb39ecf6e58a5e44fc8043004b3f455f30b8fe.tar.gz
portable-11bb39ecf6e58a5e44fc8043004b3f455f30b8fe.tar.bz2
portable-11bb39ecf6e58a5e44fc8043004b3f455f30b8fe.zip
Rediffed patches for merge fuzz
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);