summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-29 22:42:28 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-29 22:42:28 -0700
commitf28ae01c8a4e6deb58fd4cee528e064c9b985129 (patch)
treecab85f573f234350578df77cf4d7f2d977d8c3be /include
parent2495c941ce924ff6b47dc22f72f96a7223bc97a4 (diff)
downloadalpine-f28ae01c8a4e6deb58fd4cee528e064c9b985129.tar.xz
* Remove default value for system-certs-path.
Diffstat (limited to 'include')
-rw-r--r--include/config.h.in3
-rw-r--r--include/config.wnt.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h.in b/include/config.h.in
index 6a13eef..19d7b34 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -42,9 +42,6 @@
/* Default configuration value */
#undef DEFAULT_SAVE
-/* Directory where system certificates are located */
-#undef DEFAULT_SSLCAPATH
-
/* Default configuration value */
#undef DF_AB_SORT_RULE
diff --git a/include/config.wnt.h b/include/config.wnt.h
index 65f1472..e8d22ff 100644
--- a/include/config.wnt.h
+++ b/include/config.wnt.h
@@ -557,7 +557,6 @@
/* Name of default certificate authority container */
#define DF_CA_CONTAINER "CAContainer"
-#else
#endif /* ENABLE_WINDOWS_LIBRESSL */
#if !defined(ENABLE_WINDOWS_LIBRESSL) || !defined(W32BITSBUILD)