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:18:15 +0000 (13:18 +0100)
commit9d70ac97d9d8720e6ed280609c844da403b80440
tree4580615dbb081ebb41b833b6f0df22033bbaa8b9
parent5c2ee53f71ac51c67556cb2b3fb98f5b141efd8a
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)
CHANGES
crypto/o_time.c