Revert "Guard use of struct tms with #ifdef __TMS"
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 22 May 2020 08:07:43 +0000 (10:07 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 25 May 2020 10:01:37 +0000 (12:01 +0200)
commit2bd928a1bff7e39070992df1876b8d9ea9634301
treec164c9cbdfcdaf0f34d26c34bde81d51dc5dd129
parente91916692724ee7042b17d287dfbb91e20eb6128
Revert "Guard use of struct tms with #ifdef __TMS"

The __TMS might be necessary on VMS however there is no such
define on glibc even though the times() function is fully
supported.

Fixes #11903

This reverts commit db71d315479762eefbf2bcda8be3b44b1867133f.

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