]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg: add issetugid declaration to fix openssl build on FreeBSD
authorrebecca via Groups.Io <rebecca=bluestop.org@groups.io>
Sat, 20 Apr 2019 06:38:29 +0000 (06:38 +0000)
committerJian J Wang <jian.j.wang@intel.com>
Wed, 24 Apr 2019 08:31:11 +0000 (16:31 +0800)
commit1a734ed85fda71630c795832e6d24ea560caf739
tree3f03d7c2e48d3374843f79f496e1350dc8d66455
parentb2b8e872fd1b3fd19464f0c8634b937c82fcf7c9
CryptoPkg: add issetugid declaration to fix openssl build on FreeBSD

When building OpenSSL, the OpenBSD/FreeBSD/DFBSD code in crypto/uid.c
calls issetugid(). Add the declaration of this function to
CrtLibSupport.h to avoid the need to patch the openssl code on these
platforms.

Signed-off-by: Rebecca Cran <rebecca@bluestop.org>
Reviewed-by: Jian Wang <jian.j.wang@intel.com>
CryptoPkg/Library/Include/CrtLibSupport.h