aboutsummaryrefslogtreecommitdiff
path: root/patches/tls_internal.h.patch
diff options
context:
space:
mode:
authorbobsayshilol <bobsayshilol@live.co.uk>2018-11-07 23:45:17 +0000
committerbobsayshilol <bobsayshilol@live.co.uk>2018-11-07 23:45:17 +0000
commit34394e7ee024d2b88bed9c61b9a19bba6ec5e49e (patch)
tree38dc244b7011d3e16b240857d3bdafc57723cc63 /patches/tls_internal.h.patch
parentd826f2dfc13d08c7c69fed7ecc28aed7443e81f7 (diff)
downloadportable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.gz
portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.bz2
portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.zip
Misc fixes to bring portable in line with upstream.
Diffstat (limited to 'patches/tls_internal.h.patch')
-rw-r--r--patches/tls_internal.h.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/tls_internal.h.patch b/patches/tls_internal.h.patch
deleted file mode 100644
index e82bf96..0000000
--- a/patches/tls_internal.h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1--- tls/tls_internal.h.orig Sun Jul 9 06:16:17 2017
2+++ tls/tls_internal.h Mon Jul 17 06:10:01 2017
3@@ -26,7 +26,9 @@
4
5 __BEGIN_HIDDEN_DECLS
6
7+#ifndef _PATH_SSL_CA_FILE
8 #define _PATH_SSL_CA_FILE "/etc/ssl/cert.pem"
9+#endif
10
11 #define TLS_CIPHERS_DEFAULT "TLSv1.2+AEAD+ECDHE:TLSv1.2+AEAD+DHE"
12 #define TLS_CIPHERS_COMPAT "HIGH:!aNULL"