VMS: compensate for gmtime_r() parameter pointer size
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Mar 2017 09:33:20 +0000 (10:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 1 Mar 2017 10:46:23 +0000 (11:46 +0100)
With VMS C, the second parameter takes a 32-bit pointer.  When
building with 64-bit pointer size default, we must compensate.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2811)


No differences found