summaryrefslogtreecommitdiff
path: root/cmd/vfychain/vfychain.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/vfychain/vfychain.c')
-rw-r--r--cmd/vfychain/vfychain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/vfychain/vfychain.c b/cmd/vfychain/vfychain.c
index 216fa365d..f9f1787cc 100644
--- a/cmd/vfychain/vfychain.c
+++ b/cmd/vfychain/vfychain.c
@@ -333,7 +333,7 @@ configureRevocationParams(CERTRevocationFlags *flags)
int i;
unsigned int testType = REVCONFIG_TEST_UNDEFINED;
static CERTRevocationTests *revTests = NULL;
- PRUint64 *revFlags;
+ PRUint64 *revFlags = NULL;
for(i = 0;i < REV_METHOD_INDEX_MAX;i++) {
if (revMethodsData[i].testType == REVCONFIG_TEST_UNDEFINED) {