summaryrefslogtreecommitdiff
path: root/pith
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 /pith
parent2495c941ce924ff6b47dc22f72f96a7223bc97a4 (diff)
downloadalpine-f28ae01c8a4e6deb58fd4cee528e064c9b985129.tar.xz
* Remove default value for system-certs-path.
Diffstat (limited to 'pith')
-rw-r--r--pith/conf.c4
-rw-r--r--pith/pine.hlp2
2 files changed, 3 insertions, 3 deletions
diff --git a/pith/conf.c b/pith/conf.c
index d7ec5dbb..3bd564bd 100644
--- a/pith/conf.c
+++ b/pith/conf.c
@@ -1733,10 +1733,10 @@ init_vars(struct pine *ps, void (*cmds_f) (struct pine *, char **))
GLO_WP_INDEXHEIGHT = cpystr("24");
GLO_WP_AGGSTATE = cpystr("1");
GLO_WP_STATE = cpystr("");
-#if !defined(_WINDOWS) || (defined(ENABLE_WINDOWS_LIBRESSL) && defined(W32BITSBUILD))
+#ifdef DEFAULT_SSLCAPATH
GLO_SSLCAPATH = parse_list(DEFAULT_SSLCAPATH, 1,
PL_REMSURRQUOT, NULL);
-#endif
+#endif /* DEFAULT_SSLCAPATH */
#ifdef DF_VAR_SPELLER
GLO_SPELLER = cpystr(DF_VAR_SPELLER);
#endif
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 66a4e970..73c3c22b 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 398 2020-01-26 02:34:38
+Alpine Commit 400 2020-01-29 22:42:21
============= h_news =================
<HTML>
<HEAD>