Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: ae95326c2cae647f8499b68f15414738834b9912
      
https://github.com/tianocore/edk2/commit/ae95326c2cae647f8499b68f15414738834b9912
  Author: Michael D Kinney <michael.d.kin...@intel.com>
  Date:   2025-09-19 (Fri, 19 Sep 2025)

  Changed paths:
    M CryptoPkg/Library/BaseCryptLib/SysCall/UnitTestHostCrtWrapper.c

  Log Message:
  -----------
  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.kin...@intel.com>


  Commit: ff39a5d2dd51b77a125379e5a83752babc0e0ed7
      
https://github.com/tianocore/edk2/commit/ff39a5d2dd51b77a125379e5a83752babc0e0ed7
  Author: Michael D Kinney <michael.d.kin...@intel.com>
  Date:   2025-09-19 (Fri, 19 Sep 2025)

  Changed paths:
    M CryptoPkg/Library/BaseCryptLib/UnitTestHostBaseCryptLib.inf

  Log Message:
  -----------
  CryptoPkg/BaseCryptLib: Fix MODULE_TYPE for unit tests

Update INF for BaseCryptLib used with host based unit
tests to use a MODULE_TYPE of HOST_APPLICATION to make
sure the correct compiler/linker flags are used.

Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com>


Compare: https://github.com/tianocore/edk2/compare/1e5aeff4179d...ff39a5d2dd51

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to