From ff2e56dffa4a6d16bc7bcc540bb578877753a81a Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 6 Aug 2020 22:57:34 -0600 Subject: * Clear a compilation issue in PC-Alpine. --- imap/src/osdep/nt/env_nt.c | 2 +- pith/pine.hlp | 2 +- 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 52211ea2..9db8a653 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 93e54786..e2c22d5b 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 ================= -- cgit v1.2.3-54-g00ecf