summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-02-03 21:15:19 -0700
committerEduardo Chappa <chappa@washington.edu>2020-02-03 21:15:19 -0700
commitdba6c62a11eed30f7a4e3e625eec8ca88252ab6c (patch)
treead330ee9baf787e4ce638b5da2a9480e33b6c630 /include
parent709dc44768db0c0e1123181f53fdba26484eceaa (diff)
downloadalpine-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h
index e8d22ff..a906b6f 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>. */