mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Fix for bug 537
This commit is contained in:
parent
807cb227d1
commit
4b48bcacc9
111 changed files with 3111 additions and 2145 deletions
10
g10/gpg.c
10
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=='!')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue