aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/http.c.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/http.c.patch b/patches/http.c.patch
new file mode 100644
index 0000000..0e620cf
--- /dev/null
+++ b/patches/http.c.patch
@@ -0,0 +1,12 @@
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.