Check OPENSSL_gmtime_diff
authorRich Salz <rsalz@akamai.com>
Wed, 26 Aug 2015 20:22:10 +0000 (16:22 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 3 Sep 2015 03:03:43 +0000 (23:03 -0400)
commit3a3cb629d9ef66639198f6130f58e30f0606adc8
tree72c9c8736c4ef32d007b3029728a771c4b79dbf1
parentb51bce942023325e727ca4225252d06c49d8f2b7
Check OPENSSL_gmtime_diff

It's test code that only runs on 64bit time_t machines.
Move it to a standalone test/gmdifftest

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/o_time.c
test/Makefile
test/gmdifftest.c [new file with mode: 0644]