From f79d3985bcf67ed2c0893c4a41fa8b7b1736a02a Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 28 Feb 2016 21:44:28 -0700 Subject: * Adjust the "import certificate" prompt to make it clear that the user is sometimes asked to import a certificate and sometimes a key. * Fix a case of memory freed twice introduced in commit 4bf825141c... --- pith/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/options.h') diff --git a/pith/options.h b/pith/options.h index 7ed5b650..9dfe58be 100644 --- a/pith/options.h +++ b/pith/options.h @@ -227,7 +227,7 @@ extern int (*pith_opt_smime_get_passphrase)(void); /* * Required call to interface for input of file to import. */ -extern int (*pith_smime_import_certificate)(char *, char *, size_t); +extern int (*pith_smime_import_certificate)(char *, char *, char *, size_t); /* * Required call to ask user to enter a password, with a given char * prompt -- cgit v1.2.3-54-g00ecf