diff options
author | bobsayshilol <bobsayshilol@live.co.uk> | 2018-11-07 23:45:17 +0000 |
---|---|---|
committer | bobsayshilol <bobsayshilol@live.co.uk> | 2018-11-07 23:45:17 +0000 |
commit | 34394e7ee024d2b88bed9c61b9a19bba6ec5e49e (patch) | |
tree | 38dc244b7011d3e16b240857d3bdafc57723cc63 /patches/http.c.patch | |
parent | d826f2dfc13d08c7c69fed7ecc28aed7443e81f7 (diff) | |
download | portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.gz portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.bz2 portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.zip |
Misc fixes to bring portable in line with upstream.
Diffstat (limited to 'patches/http.c.patch')
-rw-r--r-- | patches/http.c.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/http.c.patch b/patches/http.c.patch deleted file mode 100644 index 0e620cf..0000000 --- a/patches/http.c.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | --- apps/ocspcheck/http.c.orig Sun Jun 4 00:45:29 2017 | ||
2 | +++ apps/ocspcheck/http.c Sun Jun 4 00:45:57 2017 | ||
3 | @@ -35,7 +35,9 @@ | ||
4 | #include "http.h" | ||
5 | #include <tls.h> | ||
6 | |||
7 | +#ifndef DEFAULT_CA_FILE | ||
8 | #define DEFAULT_CA_FILE "/etc/ssl/cert.pem" | ||
9 | +#endif | ||
10 | |||
11 | /* | ||
12 | * A buffer for transferring HTTP/S data. | ||