]> git.ipfire.org Git - thirdparty/openssl.git/commit
Drop special case of time interval calculation for VMS
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 22 May 2020 08:14:04 +0000 (10:14 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 25 May 2020 10:01:37 +0000 (12:01 +0200)
commit8069bf585453c96d1d14c1c0f53f3592bf057453
treed3eac6bb068cfea9111a7b3c2f964e437768648a
parent2bd928a1bff7e39070992df1876b8d9ea9634301
Drop special case of time interval calculation for VMS

The existing special case code is broken and it is not needed
anymore as times() and _SC_CLK_TCK should be supported
on the supported VMS versions.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/11905)
apps/lib/apps.c