diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-02-03 21:15:19 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-02-03 21:15:19 -0700 |
commit | dba6c62a11eed30f7a4e3e625eec8ca88252ab6c (patch) | |
tree | ad330ee9baf787e4ce638b5da2a9480e33b6c630 /include | |
parent | 709dc44768db0c0e1123181f53fdba26484eceaa (diff) | |
download | alpine-dba6c62a11eed30f7a4e3e625eec8ca88252ab6c.tar.xz |
* 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.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.wnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h index e8d22ff5..a906b6ff 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -563,6 +563,7 @@ #undef DF_ENCRYPTION_RANGE #else #define DEFAULT_SSLCAPATH "C:\\libressl\\ssl\\certs" +#define DEFAULT_SSLCAFILE "C:\\libressl\\ssl\\certs\\cert.pem" #endif /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |