commit | 9d70ac97d9d8720e6ed280609c844da403b80440 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Feb 28 08:15:31 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Tue Feb 28 13:18:15 2017 +0100 |
tree | 4580615dbb081ebb41b833b6f0df22033bbaa8b9 | |
parent | 5c2ee53f71ac51c67556cb2b3fb98f5b141efd8a [diff] |
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)