summaryrefslogtreecommitdiff
path: root/mail-client/alpine/files/alpine-2.22-fno-common.patch
blob: 0ef289eb8cdd2746cae4d2b529e411053844f28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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 
  */