diff options
Diffstat (limited to 'sm/export.c')
-rw-r--r-- | sm/export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/export.c b/sm/export.c index 0f01e5f64..dc0820e50 100644 --- a/sm/export.c +++ b/sm/export.c @@ -129,14 +129,14 @@ insert_duptable (duptable_t *table, unsigned char *fpr, int *exists) /* Export all certificates or just those given in NAMES. */ void -gpgsm_export (ctrl_t ctrl, STRLIST names, FILE *fp) +gpgsm_export (ctrl_t ctrl, strlist_t names, FILE *fp) { KEYDB_HANDLE hd = NULL; KEYDB_SEARCH_DESC *desc = NULL; int ndesc; Base64Context b64writer = NULL; ksba_writer_t writer; - STRLIST sl; + strlist_t sl; ksba_cert_t cert = NULL; int rc=0; int count = 0; |