From dba6c62a11eed30f7a4e3e625eec8ca88252ab6c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 3 Feb 2020 21:15:19 -0700 Subject: * Add variable system-certs-file to indicate the location of a container of CA certificates. This complements the variable system-certs-path that gives the location the directory that containes CA certificates. --- alpine/alpine.c | 1 + 1 file changed, 1 insertion(+) (limited to 'alpine/alpine.c') diff --git a/alpine/alpine.c b/alpine/alpine.c index a829c6d2..25ea2800 100644 --- a/alpine/alpine.c +++ b/alpine/alpine.c @@ -473,6 +473,7 @@ main(int argc, char **argv) #if !defined(_WINDOWS) || (defined(ENABLE_WINDOWS_LIBRESSL) && defined(W32BITSBUILD)) set_system_certs_path(pine_state); + set_system_certs_container(pine_state); #endif #ifdef SMIME -- cgit v1.2.3-54-g00ecf