aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.c b/openssl.c
index 1c9161a..5fda60d 100644
--- a/openssl.c
+++ b/openssl.c
@@ -1835,7 +1835,7 @@ static _Bool scan(int *i, char **cp, int n, int signok) {
static double timeutc(ASN1_TIME *time) {
char buf[32] = "", *cp;
- struct tm tm;
+ struct tm tm = { 0 };
int gmtoff = 0, year, i;
double ts;