generate_certificate_valid_date(): Fall back to using gmtime() if gmtime_r() isn...
authorFabian Keil <fk@fabiankeil.de>
Sun, 7 Jun 2020 14:56:05 +0000 (16:56 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 8 Jun 2020 13:34:36 +0000 (15:34 +0200)
commitb765c85f842fb50171fff08b87e6b0400559a476
tree7964d55cb94de8695f1f42ac59bc10154a48d0c9
parentfe519b96424b1c7e6bcac4c74f5ef29c8009c361
generate_certificate_valid_date(): Fall back to using gmtime() if gmtime_r() isn't available

As Lee reported it's not available on Windows.
ssl.c