]> git.ipfire.org Git - thirdparty/openssl.git/commit
Swap #if blocks in uid.c so target platform gets checked before host
authorRebecca Cran <rebecca@bluestop.org>
Tue, 18 Jun 2019 03:02:32 +0000 (13:02 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 18 Jun 2019 03:07:26 +0000 (13:07 +1000)
commite24bdcde5a80a7edeb1e0dbbcf45c3353a974974
tree74f23e79beb52c6d48c248d2c05d9762eef6443c
parent2be8c56a39b0ec2ec5af6ceaf729df154d784a43
 Swap #if blocks in uid.c so target platform gets checked before host

This avoids the case where a UEFI build on FreeBSD tries to call the system
issetugid function instead of returning 0 as it should do.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from #9158)
crypto/uid.c