diff options
author | June McEnroe <june@causal.agency> | 2020-07-31 20:58:06 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-31 23:10:24 -0400 |
commit | d5fc754c283290ea5279b9e6be3d4d2ee8355415 (patch) | |
tree | f6041a75dd6a12cbcd8ff4cef946f920d95fc5bd /tls_internal.h | |
parent | tls_internal: Replace default ciphers with compat (diff) | |
download | libretls-d5fc754c283290ea5279b9e6be3d4d2ee8355415.tar.gz libretls-d5fc754c283290ea5279b9e6be3d4d2ee8355415.zip |
tls_config: Replace constant with X509_get_default_cert_file()
Diffstat (limited to '')
-rw-r--r-- | tls_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tls_internal.h b/tls_internal.h index be82c85..adc6252 100644 --- a/tls_internal.h +++ b/tls_internal.h @@ -28,10 +28,6 @@ __BEGIN_HIDDEN_DECLS -#ifndef TLS_DEFAULT_CA_FILE -#define TLS_DEFAULT_CA_FILE "/etc/ssl/cert.pem" -#endif - #define TLS_CIPHERS_DEFAULT TLS_CIPHERS_COMPAT #define TLS_CIPHERS_COMPAT "HIGH:!aNULL" #define TLS_CIPHERS_LEGACY "HIGH:MEDIUM:!aNULL" |