summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2015-08-20 11:30:54 -0700
committerMartin Thomson <martin.thomson@gmail.com>2015-08-20 11:30:54 -0700
commit52e0c69986c9542d1f7137412acd164b89038dec (patch)
tree04020000fa170f07c6d7297267da2098d1f62453 /lib
parentf4d3da0432bd9ceb446bd15c384f2e054d0248d9 (diff)
downloadnss-hg-52e0c69986c9542d1f7137412acd164b89038dec.tar.gz
Bug 1182667 - Initializing variable
Diffstat (limited to 'lib')
-rw-r--r--lib/freebl/pqg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/freebl/pqg.c b/lib/freebl/pqg.c
index f79715572..fd1351ed2 100644
--- a/lib/freebl/pqg.c
+++ b/lib/freebl/pqg.c
@@ -1143,7 +1143,7 @@ makeGfromIndex(HASH_HashType hashtype,
unsigned int len;
mp_err err = MP_OKAY;
SECStatus rv = SECSuccess;
- const SECHashObject *hashobj;
+ const SECHashObject *hashobj = NULL;
void *hashcx = NULL;
MP_DIGITS(&e) = 0;