summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.sbin/ocspcheck/ocspcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.sbin/ocspcheck/ocspcheck.c b/src/usr.sbin/ocspcheck/ocspcheck.c
index 252e8997f7..1483081f88 100644
--- a/src/usr.sbin/ocspcheck/ocspcheck.c
+++ b/src/usr.sbin/ocspcheck/ocspcheck.c
@@ -505,7 +505,7 @@ main (int argc, char **argv)
505{ 505{
506 char *host = NULL, *path = "/", *certfile = NULL, *outfile = NULL, 506 char *host = NULL, *path = "/", *certfile = NULL, *outfile = NULL,
507 *cafile = NULL; 507 *cafile = NULL;
508 struct addr addrs[MAX_SERVERS_DNS] = { }; 508 struct addr addrs[MAX_SERVERS_DNS] = {0};
509 struct source sources[MAX_SERVERS_DNS]; 509 struct source sources[MAX_SERVERS_DNS];
510 int i, ch, staplefd = -1, nonce = 1; 510 int i, ch, staplefd = -1, nonce = 1;
511 ocsp_request *request = NULL; 511 ocsp_request *request = NULL;