diff options
author | Brent Cook <busterb@gmail.com> | 2023-07-07 14:55:15 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-07 14:55:15 -0500 |
commit | 64c55e27084cfdd701b322e53b86912c075011e8 (patch) | |
tree | c0ec75d00e341814a351fc95ad544581e0af9dc8 /patches | |
parent | 00fc21e8a7912632591596f18f8631ab02c64895 (diff) | |
download | portable-64c55e27084cfdd701b322e53b86912c075011e8.tar.gz portable-64c55e27084cfdd701b322e53b86912c075011e8.tar.bz2 portable-64c55e27084cfdd701b322e53b86912c075011e8.zip |
upstreamed ocsp_test
Diffstat (limited to 'patches')
-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()"); | ||