summaryrefslogtreecommitdiff
path: root/pith/state.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-02-28 14:12:49 -0700
committerEduardo Chappa <chappa@washington.edu>2016-02-28 14:12:49 -0700
commit4bf825141cd564a2c5a23c55f79e04665c428641 (patch)
tree4fd033202e91d414985f4896fe63b0039adc2cf2 /pith/state.h
parentdc1062254da60a0f2bf8d52e861dbf4fb7b8cab9 (diff)
downloadalpine-4bf825141cd564a2c5a23c55f79e04665c428641.tar.xz
* Add the ability to change the private key and certificates used
to encrypt a password file in the SMIME setup configuration screen.
Diffstat (limited to 'pith/state.h')
-rw-r--r--pith/state.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/pith/state.h b/pith/state.h
index 481d8b41..52628cf0 100644
--- a/pith/state.h
+++ b/pith/state.h
@@ -272,9 +272,6 @@ struct pine {
#endif
#ifdef PASSFILE
*passfile,
-#ifdef SMIME
- *pwdcertdir,
-#endif /* SMIME inside PASSFILE */
#endif /* PASSFILE */
*pinerc, /* Location of user's pinerc */
*exceptions, /* Location of user's exceptions */
@@ -359,7 +356,11 @@ struct pine {
char *smimedir;
SMIME_STUFF_S *smime;
#ifdef PASSFILE
- void *pwdcert; /* this is of type PERSONAL_CERT */
+ char *pwdcertdir; /* path to location of certificates for password file */
+ char *pwdcertcontent; /* No comment yet */
+ void *pwdcert; /* this is of type PERSONAL_CERT */
+ void *backuppassword; /* this is of type CertList */
+ void *pwdcertlist; /* this is of type CertList */
#endif /* PASSFILE inside SMIME */
#endif /* SMIME */