diff options
Diffstat (limited to 'patches/tls_internal.h.patch')
-rw-r--r-- | patches/tls_internal.h.patch | 10 |
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" | ||