aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 6ced4f262..9b636dd8a 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -679,8 +679,8 @@ static ARGPARSE_OPTS opts[] = {
{ opcscDriver, "pcsc-driver", 2, "@"},
{ oDisableCCID, "disable-ccid", 0, "@"},
-{0} };
-
+ {0,NULL,0,NULL}
+};
int g10_errors_seen = 0;
@@ -3649,7 +3649,7 @@ add_notation_data( const char *string, int which )
static void
add_policy_url( const char *string, int which )
{
- int i,critical=0;
+ unsigned int i,critical=0;
STRLIST sl;
if(*string=='!')
@@ -3682,7 +3682,7 @@ add_policy_url( const char *string, int which )
static void
add_keyserver_url( const char *string, int which )
{
- int i,critical=0;
+ unsigned int i,critical=0;
STRLIST sl;
if(*string=='!')