edk2/CryptoPkg/Library/BaseCryptLib/SysCall
Michael D Kinney ae95326c2c CryptoPkg/BaseCryptLib: Remove tolower() for unit tests
tolower() is always provided by the standard C library.
Remove the implementation of tolower() from
UnitTestHostCrtWrapper.c that is only used when building
host based unit tests.

PR https://github.com/tianocore/edk2/pull/11217 attempted to
resolve this issue by renaming tolower() to avoid duplicate
symbols. This change removes this workaround as well.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2025-09-19 10:03:52 +00:00
..
BaseMemAllocation.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ConstantTimeClock.c CrtLibSupport: add timezone 2024-09-25 16:08:35 +00:00
CrtWrapper.c CryptoPkg/CrtLib: add strpbrk implementation 2025-07-17 14:45:20 +00:00
RuntimeMemAllocation.c CryptoPkg: Increase ScratchMemory buffer for openssl 3.0.15 2024-11-04 21:34:22 +00:00
TimerWrapper.c CryptoPkg/BaseCryptLib: Fix mktime() coding style issue 2025-01-13 04:32:46 +00:00
UnitTestHostCrtWrapper.c CryptoPkg/BaseCryptLib: Remove tolower() for unit tests 2025-09-19 10:03:52 +00:00