]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg: Fix possible build problem with Clang
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / BaseCryptLib.inf
index e109501f18772067a1238b9ccad445ab7a21be0c..2a581ceac70c0531f892ddc94210e6716bb1eb4a 100644 (file)
@@ -41,6 +41,7 @@
   Cipher/CryptArc4.c\r
   Pk/CryptRsaBasic.c\r
   Pk/CryptRsaExt.c\r
+  Pk/CryptPkcs1Oaep.c\r
   Pk/CryptPkcs5Pbkdf2.c\r
   Pk/CryptPkcs7Sign.c\r
   Pk/CryptPkcs7VerifyCommon.c\r
@@ -95,3 +96,5 @@
   # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT\r
   # --diag_remark=1     : Reduce severity of "#1-D: last line of file ends without a newline"\r
   RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
+\r
+  GCC:*_CLANG38_*_CC_FLAGS = -std=c99\r