From 9ece505c5ca92218e41adedfa6d8c47574bd9271 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Fri, 10 Jul 2015 08:56:32 -0400 Subject: Update openssl: 1.0.2c -> 1.0.2d --- openssl/apps/ocsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openssl/apps') diff --git a/openssl/apps/ocsp.c b/openssl/apps/ocsp.c index b858b8d3e..926083dd1 100644 --- a/openssl/apps/ocsp.c +++ b/openssl/apps/ocsp.c @@ -209,6 +209,7 @@ int MAIN(int argc, char **argv) OPENSSL_free(tport); if (tpath) OPENSSL_free(tpath); + thost = tport = tpath = NULL; if (args[1]) { args++; if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl)) { -- cgit v1.2.3