]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/timing_load_creds.c: use OPENSSL_SYS_ macros
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Nov 2022 12:05:19 +0000 (13:05 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Nov 2022 12:05:19 +0000 (13:05 +0100)
commit83c1220ad137bb4b651478444c3666c66ec9d640
tree507487bcd00f5e08c28a99ebd2dc5d2d09faf577
parent81929ac49aa583b2347348953d8399ad775c6fd1
test/timing_load_creds.c: use OPENSSL_SYS_ macros

A previous change was only half done.  To avoid such mistakes again, we
switch to using the OPENSSL_SYS_ macros, as the are clearer than having
to check a pile of very platform and compiler specific macros.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19720)
test/timing_load_creds.c