aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-02 11:54:35 +0000
committerWerner Koch <[email protected]>2006-10-02 11:54:35 +0000
commit4b48bcacc9a242365e85ca788c4c966d8aeb1c10 (patch)
tree21e803ec571bbe4d9288e014a16ccafe0ac45056 /g10/gpg.c
parent2006-10-02 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-4b48bcacc9a242365e85ca788c4c966d8aeb1c10.tar.gz
gnupg-4b48bcacc9a242365e85ca788c4c966d8aeb1c10.zip
Fix for bug 537
Diffstat (limited to '')
-rw-r--r--g10/gpg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index e7f05f0dd..8ad9c9965 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1371,7 +1371,7 @@ list_config(char *items)
for(iter=opt.grouplist;iter;iter=iter->next)
{
- STRLIST sl;
+ strlist_t sl;
printf("cfg:group:");
print_string(stdout,iter->name,strlen(iter->name),':');
@@ -1728,8 +1728,8 @@ main (int argc, char **argv )
const char *fname;
char *username;
int may_coredump;
- STRLIST sl, remusr= NULL, locusr=NULL;
- STRLIST nrings=NULL, sec_nrings=NULL;
+ strlist_t sl, remusr= NULL, locusr=NULL;
+ strlist_t nrings=NULL, sec_nrings=NULL;
armor_filter_context_t afx;
int detached_sig = 0;
FILE *configfp = NULL;
@@ -4129,7 +4129,7 @@ static void
add_policy_url( const char *string, int which )
{
unsigned int i,critical=0;
- STRLIST sl;
+ strlist_t sl;
if(*string=='!')
{
@@ -4162,7 +4162,7 @@ static void
add_keyserver_url( const char *string, int which )
{
unsigned int i,critical=0;
- STRLIST sl;
+ strlist_t sl;
if(*string=='!')
{