diff options
Diffstat (limited to 'pith/state.h')
-rw-r--r-- | pith/state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pith/state.h b/pith/state.h index 3fb4f2ee..3c0b19dc 100644 --- a/pith/state.h +++ b/pith/state.h @@ -356,6 +356,9 @@ struct pine { #ifdef SMIME SMIME_STUFF_S *smime; +#ifdef PASSFILE + void *pwdcert; /* this is of type PERSONAL_CERT */ +#endif /* PASSFILE inside SMIME */ #endif /* SMIME */ struct variable *vars; |