From 9449b23bbca71471a64f914b4bc7ec7d810e587f Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 12 Aug 2018 22:34:43 -0600 Subject: * Several changes to the compilation of Alpine in Windows to use LibreSSL in connecting to external servers. This complements the changes to support S/MIME. In particular, we add support for validation of certificates by using C:\\libressl\ssl\certs as the place to save CA certificates. In order to help users, some certificates are distributed. TODO: Kerberos port, w2k. --- pith/pine.hlp | 2 +- pith/smime.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pith') diff --git a/pith/pine.hlp b/pith/pine.hlp index 802c5544..158e8dc8 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 299 2018-08-12 11:48:38 +Alpine Commit 300 2018-08-12 22:34:18 ============= h_news ================= diff --git a/pith/smime.c b/pith/smime.c index 6e55a00d..f8e5829d 100644 --- a/pith/smime.c +++ b/pith/smime.c @@ -967,7 +967,7 @@ print_private_key_information(char *email, int itype) && !load_private_key(pc) && ps_global->smime && ps_global->smime->need_passphrase){ - if (*pith_opt_smime_get_passphrase) + if (pith_opt_smime_get_passphrase) (*pith_opt_smime_get_passphrase)(); load_private_key(pc); } -- cgit v1.2.3-54-g00ecf