Code cleanup: remove the VMS specific reimplementation of gmtime
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Feb 2017 07:15:31 +0000 (08:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 28 Feb 2017 12:21:28 +0000 (13:21 +0100)
commit2ac9a5e7cf9d720c35a13d52e12d0c50ce2d2f14
tree3266a1c10e11b35f49ca9b075f82b388cf28e613
parentd0c278ee3fd1b111504552197a6a1416e924a2c8
Code cleanup: remove the VMS specific reimplementation of gmtime

This reimplementation was necessary before VMS C V7.1.  Since that's
the minimum version we support in this OpenSSL version, the
reimplementation is no longer needed.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2762)
(cherry picked from commit 9d70ac97d9d8720e6ed280609c844da403b80440)
CHANGES
crypto/o_time.c