From d7838fd7545719029474fea04a51332a542e978a Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 29 Feb 2020 14:37:17 -0700 Subject: * Add #include "../pith/options.h" to pith/smkeys.c and remove the double definition of pith_smime_enter_password. --- pith/pine.hlp | 2 +- pith/smkeys.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pith/pine.hlp b/pith/pine.hlp index 9c13d80..fdb24c3 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 410 2020-02-20 17:16:52 +Alpine Commit 411 2020-02-29 14:37:03 ============= h_news ================= diff --git a/pith/smkeys.c b/pith/smkeys.c index c929a13..f65553c 100644 --- a/pith/smkeys.c +++ b/pith/smkeys.c @@ -34,6 +34,7 @@ static char rcsid[] = "$Id: smkeys.c 1266 2009-07-14 18:39:12Z hubert@u.washingt #include "../pith/util.h" #include "../pith/mailindx.h" #include "../pith/readfile.h" +#include "../pith/options.h" #include "smkeys.h" #ifdef APPLEKEYCHAIN @@ -50,8 +51,6 @@ static int mem_add_extra_cacerts(char *contents, X509_LOOKUP *lookup); int compare_certs_by_name(const void *data1, const void *data2); int password_policy_check(char *); -int (*pith_smime_enter_password)(char *, char *, size_t); - /* test if password passes a predetermined policy. * return value: 0 - does not pass; 1 - it passes */ -- cgit v1.2.3-54-g00ecf