test/asn1_time_test.c: make it work on 64-bit HP-UX.
authorAndy Polyakov <appro@openssl.org>
Sat, 24 Mar 2018 19:45:43 +0000 (20:45 +0100)
committerAndy Polyakov <appro@openssl.org>
Sun, 8 Apr 2018 09:17:44 +0000 (11:17 +0200)
commitf5e3115361f9e6f6407379d6c262b346e32ea25c
tree4800c1ddf74c6442a4952ab16032aead523d0e27
parent2876872ffe5dd53ec1c446656e924ff463e5d4bf
test/asn1_time_test.c: make it work on 64-bit HP-UX.

HP-UX gmtime fails with ERANGE past 19011213204552Z, so skip some tests.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5742)
test/asn1_time_test.c