mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fix for bug 537
This commit is contained in:
parent
807cb227d1
commit
4b48bcacc9
111 changed files with 3111 additions and 2145 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue