From d5fc754c283290ea5279b9e6be3d4d2ee8355415 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 31 Jul 2020 20:58:06 -0400 Subject: tls_config: Replace constant with X509_get_default_cert_file() --- tls_internal.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tls_internal.h') 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" -- cgit 1.4.1