diff options
Diffstat (limited to 'pith/state.h')
-rw-r--r-- | pith/state.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pith/state.h b/pith/state.h index 52628cf0..53db2bf9 100644 --- a/pith/state.h +++ b/pith/state.h @@ -353,15 +353,13 @@ struct pine { PRINT_S *print; #ifdef SMIME - char *smimedir; + char *smimedir; SMIME_STUFF_S *smime; -#ifdef PASSFILE char *pwdcertdir; /* path to location of certificates for password file */ - char *pwdcertcontent; /* No comment yet */ void *pwdcert; /* this is of type PERSONAL_CERT */ + char *pwdcertcontent; /* No comment yet */ void *backuppassword; /* this is of type CertList */ void *pwdcertlist; /* this is of type CertList */ -#endif /* PASSFILE inside SMIME */ #endif /* SMIME */ struct variable *vars; |