diff options
| -rw-r--r-- | patches/ocsp_test.c.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/ocsp_test.c.patch b/patches/ocsp_test.c.patch deleted file mode 100644 index 39f1326..0000000 --- a/patches/ocsp_test.c.patch +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | --- tests/ocsp_test.c.orig 2018-07-24 21:59:17.000000000 -0500 | ||
| 2 | +++ tests/ocsp_test.c 2018-11-07 18:44:43.000000000 -0600 | ||
| 3 | @@ -35,6 +35,11 @@ | ||
| 4 | hints.ai_family = AF_INET; | ||
| 5 | hints.ai_socktype = SOCK_STREAM; | ||
| 6 | |||
| 7 | +#ifdef _MSC_VER | ||
| 8 | + if (BIO_sock_init() != 1) | ||
| 9 | + exit(-1); | ||
| 10 | +#endif | ||
| 11 | + | ||
| 12 | error = getaddrinfo(host, port, &hints, &res); | ||
| 13 | if (error != 0) { | ||
| 14 | perror("getaddrinfo()"); | ||
