summaryrefslogtreecommitdiffstats
path: root/fips/dsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:33 +0000
commit949c6f8ccf76be7367de4638ae948266179f696e (patch)
treeac0e1b82f47935ea7ab9688c3e09c041ce7fd70a /fips/dsa
parent199e92bb57e41b379becd45eaa7933b4fd173a60 (diff)
Stop warnings.
Diffstat (limited to 'fips/dsa')
-rw-r--r--fips/dsa/fips_dssvs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fips/dsa/fips_dssvs.c b/fips/dsa/fips_dssvs.c
index ff7f8139b3..96f43cd626 100644
--- a/fips/dsa/fips_dssvs.c
+++ b/fips/dsa/fips_dssvs.c
@@ -209,12 +209,12 @@ static void pqgver()
char lbuf[1024];
char *keyword, *value;
BIGNUM *p = NULL, *q = NULL, *g = NULL;
- int counter, counter2;
- unsigned long h, h2;
+ int counter=-1, counter2;
+ unsigned long h=-1, h2;
DSA *dsa=NULL;
int dsa2, L, N, part_test = 0;
const EVP_MD *md = NULL;
- int seedlen;
+ int seedlen=-1;
unsigned char seed[1024];
while(fgets(buf,sizeof buf,stdin) != NULL)