diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-08-06 22:57:34 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-08-06 22:57:34 -0600 |
commit | ff2e56dffa4a6d16bc7bcc540bb578877753a81a (patch) | |
tree | a4b12497f2db4b3b1311026d95d22cabc9d9bf7c | |
parent | 473a60427d58adf39c4d209245e11e5cca98ab22 (diff) | |
download | alpine-ff2e56dffa4a6d16bc7bcc540bb578877753a81a.tar.xz |
* Clear a compilation issue in PC-Alpine.
-rw-r--r-- | imap/src/osdep/nt/env_nt.c | 2 | ||||
-rw-r--r-- | 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 ================= <HTML> <HEAD> |