edk2/CryptoPkg/Library
Rebecca Cran 74ce342f18 CryptoPkg: Update code to be more C11 compliant by using __func__
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among
others support, while __func__ was standardized in C99.

Since it's more standard, replace __FUNCTION__ with __func__ throughout
CryptoPkg.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
2023-04-10 14:19:57 +00:00
..
BaseCryptLib CryptoPkg: Fix conditionally uninitialized variable 2023-04-03 15:29:08 +00:00
BaseCryptLibNull CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00
BaseCryptLibOnProtocolPpi CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00
BaseHashApiLib CryptoPkg: Sha1 functions causing build errors 2022-11-08 03:15:13 +00:00
Include CryptoPkg/BaseCryptLib:time overflow 2022-12-03 09:01:38 +00:00
IntrinsicLib CryptoPkg: Add instrinsics to support building ECC on IA32 windows 2022-04-14 03:16:59 +00:00
OpensslLib CryptoPkg/Library: add -Wno-unused-but-set-variable for openssl 2023-03-17 07:57:10 +00:00
TlsLib CryptoPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
TlsLibNull CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00