aboutsummaryrefslogtreecommitdiff
path: root/patches/tls_internal.h.patch
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-07-17 06:13:21 -0500
committerBrent Cook <bcook@openbsd.org>2017-07-17 06:13:21 -0500
commit5ec2c381e4ac48e588a093be5faf04919523da32 (patch)
treeaedc96516bac0877fbbc5184c520497b08b1aad3 /patches/tls_internal.h.patch
parent86434e03e869d4ccd40432e39c717ca4e7085453 (diff)
downloadportable-5ec2c381e4ac48e588a093be5faf04919523da32.tar.gz
portable-5ec2c381e4ac48e588a093be5faf04919523da32.tar.bz2
portable-5ec2c381e4ac48e588a093be5faf04919523da32.zip
rebase patches on latest, remove fuzz
Diffstat (limited to 'patches/tls_internal.h.patch')
-rw-r--r--patches/tls_internal.h.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/tls_internal.h.patch b/patches/tls_internal.h.patch
index 0f50827..e82bf96 100644
--- a/patches/tls_internal.h.patch
+++ b/patches/tls_internal.h.patch
@@ -1,12 +1,12 @@
1--- ./openbsd/src/lib/libtls/tls_internal.h Thu Oct 15 16:12:24 2015 1--- tls/tls_internal.h.orig Sun Jul 9 06:16:17 2017
2+++ ./tls/tls_internal.h Sun Dec 6 20:18:17 2015 2+++ tls/tls_internal.h Mon Jul 17 06:10:01 2017
3@@ -24,7 +24,9 @@ 3@@ -26,7 +26,9 @@
4 4
5 #include <openssl/ssl.h> 5 __BEGIN_HIDDEN_DECLS
6 6
7+#ifndef _PATH_SSL_CA_FILE 7+#ifndef _PATH_SSL_CA_FILE
8 #define _PATH_SSL_CA_FILE "/etc/ssl/cert.pem" 8 #define _PATH_SSL_CA_FILE "/etc/ssl/cert.pem"
9+#endif 9+#endif
10 10
11 #define TLS_CIPHERS_COMPAT "ALL:!aNULL:!eNULL"
12 #define TLS_CIPHERS_DEFAULT "TLSv1.2+AEAD+ECDHE:TLSv1.2+AEAD+DHE" 11 #define TLS_CIPHERS_DEFAULT "TLSv1.2+AEAD+ECDHE:TLSv1.2+AEAD+DHE"
12 #define TLS_CIPHERS_COMPAT "HIGH:!aNULL"