diff options
Diffstat (limited to 'openssl.c')
-rw-r--r-- | openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1835,7 +1835,7 @@ static _Bool scan(int *i, char **cp, int n, int signok) { | |||
1835 | 1835 | ||
1836 | static double timeutc(ASN1_TIME *time) { | 1836 | static double timeutc(ASN1_TIME *time) { |
1837 | char buf[32] = "", *cp; | 1837 | char buf[32] = "", *cp; |
1838 | struct tm tm; | 1838 | struct tm tm = { 0 }; |
1839 | int gmtoff = 0, year, i; | 1839 | int gmtoff = 0, year, i; |
1840 | double ts; | 1840 | double ts; |
1841 | 1841 | ||