From 11bb39ecf6e58a5e44fc8043004b3f455f30b8fe Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 7 Nov 2018 20:00:29 -0600 Subject: Rediffed patches for merge fuzz --- patches/ocsp_test.c.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches/ocsp_test.c.patch') 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 @@ ---- tests/ocsp_test.c.orig 2016-10-18 18:12:39.854607509 +0900 -+++ tests/ocsp_test.c 2016-10-18 18:14:29.261600559 +0900 +--- tests/ocsp_test.c.orig 2018-07-24 21:59:17.000000000 -0500 ++++ tests/ocsp_test.c 2018-11-07 18:44:43.000000000 -0600 @@ -35,6 +35,11 @@ hints.ai_family = AF_INET; hints.ai_socktype = SOCK_STREAM; - + +#ifdef _MSC_VER + if (BIO_sock_init() != 1) + exit(-1); -- cgit v1.2.3-55-g6feb