summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/smime.c b/pith/smime.c
index 6e55a00d..f8e5829d 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -967,7 +967,7 @@ print_private_key_information(char *email, int itype)
&& !load_private_key(pc)
&& ps_global->smime
&& ps_global->smime->need_passphrase){
- if (*pith_opt_smime_get_passphrase)
+ if (pith_opt_smime_get_passphrase)
(*pith_opt_smime_get_passphrase)();
load_private_key(pc);
}