summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-08-06 22:57:34 -0600
committerEduardo Chappa <chappa@washington.edu>2020-08-06 22:57:34 -0600
commitff2e56dffa4a6d16bc7bcc540bb578877753a81a (patch)
treea4b12497f2db4b3b1311026d95d22cabc9d9bf7c
parent473a60427d58adf39c4d209245e11e5cca98ab22 (diff)
downloadalpine-ff2e56dffa4a6d16bc7bcc540bb578877753a81a.tar.xz
* Clear a compilation issue in PC-Alpine.
-rw-r--r--imap/src/osdep/nt/env_nt.c2
-rw-r--r--pith/pine.hlp2
2 files changed, 2 insertions, 2 deletions
diff --git a/imap/src/osdep/nt/env_nt.c b/imap/src/osdep/nt/env_nt.c
index 52211ea..9db8a65 100644
--- a/imap/src/osdep/nt/env_nt.c
+++ b/imap/src/osdep/nt/env_nt.c
@@ -152,7 +152,7 @@ void *env_parameters (long function,void *value)
case GET_SSLAPPCAPATH:
ret = (void *) sslAppCApath;
break;
- case SET_SSLCAFILE: /* this can be set null */
+ case SET_SSLAPPCAFILE: /* this can be set null */
if (sslAppCAfile) fs_give ((void **) &sslAppCAfile);
sslAppCAfile = value ? cpystr ((char *) value) : value;
break;
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 93e5478..e2c22d5 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 501 2020-08-06 22:55:11
+Alpine Commit 502 2020-08-06 22:57:31
============= h_news =================
<HTML>
<HEAD>