CryptoPkg/OpensslLib: fix build break caused by missing library

CryptoPkg\Library\Include\CrtLibSupport.h maps strxxxx interfaces to
edk2 PrintLib interfaces but related module inf file don't claim the
use of it. This will cause unresolved symbol issue with VS2017 build
which has enabled strict symbol check. This patch resolves the problem
by adding PrintLib to inf files.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Wang, Jian J 2019-06-06 10:57:17 +08:00 committed by Liming Gao
parent b66c4c4ff9
commit 20d2e5a125
2 changed files with 2 additions and 0 deletions

View File

@ -562,6 +562,7 @@
BaseLib
DebugLib
TimerLib
PrintLib
[LibraryClasses.ARM]
ArmSoftFloatLib

View File

@ -518,6 +518,7 @@
BaseLib
DebugLib
TimerLib
PrintLib
[LibraryClasses.ARM]
ArmSoftFloatLib