mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
The big Assuan error code removal.
This commit is contained in:
parent
7b9fa9da99
commit
eef036df23
54 changed files with 671 additions and 603 deletions
|
@ -1327,7 +1327,7 @@ list_external_cb (void *cb_value, ksba_cert_t cert)
|
|||
make sense here because it would be unwise to list external secret
|
||||
keys */
|
||||
static gpg_error_t
|
||||
list_external_keys (CTRL ctrl, STRLIST names, FILE *fp, int raw_mode)
|
||||
list_external_keys (ctrl_t ctrl, STRLIST names, FILE *fp, int raw_mode)
|
||||
{
|
||||
int rc;
|
||||
struct list_external_parm_s parm;
|
||||
|
@ -1357,7 +1357,7 @@ list_external_keys (CTRL ctrl, STRLIST names, FILE *fp, int raw_mode)
|
|||
Bit 8: Do a raw format dump.
|
||||
*/
|
||||
gpg_error_t
|
||||
gpgsm_list_keys (CTRL ctrl, STRLIST names, FILE *fp, unsigned int mode)
|
||||
gpgsm_list_keys (ctrl_t ctrl, STRLIST names, FILE *fp, unsigned int mode)
|
||||
{
|
||||
gpg_error_t err = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue