]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / RuntimeCryptLib.inf
index bb66604e320f3607392408c4787a631ba03be8ce..07dbc0e7a8bd1ab9be66d8af7e42738d45efcea8 100644 (file)
@@ -60,7 +60,9 @@
   Pk/CryptTsNull.c\r
   Pk/CryptRsaPssNull.c\r
   Pk/CryptRsaPssSignNull.c\r
+  Pk/CryptEcNull.c\r
   Pem/CryptPem.c\r
+  Bn/CryptBnNull.c\r
 \r
   SysCall/CrtWrapper.c\r
   SysCall/TimerWrapper.c\r
 [LibraryClasses]\r
   BaseLib\r
   BaseMemoryLib\r
-  UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
   DebugLib\r
   OpensslLib\r
   IntrinsicLib\r
   PrintLib\r
 \r
-[FixedPcd]\r
-  gEfiCryptoPkgTokenSpaceGuid.PcdOpensslEcEnabled\r
-\r
 #\r
 # Remove these [BuildOptions] after this library is cleaned up\r
 #\r
 [BuildOptions]\r
   #\r
   # suppress the following warnings so we do not break the build with warnings-as-errors:\r
-  # C4090: 'function' : different 'const' qualifiers\r
   #\r
-  MSFT:*_*_*_CC_FLAGS = /wd4090\r
-\r
   GCC:*_CLANG35_*_CC_FLAGS = -std=c99\r
   GCC:*_CLANG38_*_CC_FLAGS = -std=c99\r
   GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types\r