summaryrefslogtreecommitdiff
path: root/pith/options.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-02-28 21:44:28 -0700
committerEduardo Chappa <chappa@washington.edu>2016-02-28 21:44:28 -0700
commitf79d3985bcf67ed2c0893c4a41fa8b7b1736a02a (patch)
tree4a17106ee709e63139fbf74cf996a79914a6d741 /pith/options.h
parent27b0c30862b56feccb120c896e1354b501681e2a (diff)
downloadalpine-f79d3985bcf67ed2c0893c4a41fa8b7b1736a02a.tar.xz
* 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...
Diffstat (limited to 'pith/options.h')
-rw-r--r--pith/options.h2
1 files changed, 1 insertions, 1 deletions
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