]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / RuntimeCryptLib.inf
index 57a642f9d89dfd9ee7ddbd84ad41c74882ea2974..c222bcaf2b69af7dd93f42ad2f556fef6fadc272 100644 (file)
   Cipher/CryptArc4Null.c\r
   Pk/CryptRsaBasic.c\r
   Pk/CryptRsaExtNull.c\r
+  Pk/CryptPkcs1OaepNull.c\r
   Pk/CryptPkcs5Pbkdf2Null.c\r
   Pk/CryptPkcs7SignNull.c\r
   Pk/CryptPkcs7VerifyCommon.c\r
   Pk/CryptPkcs7VerifyRuntime.c\r
+  Pk/CryptPkcs7VerifyEkuRuntime.c\r
   Pk/CryptDhNull.c\r
   Pk/CryptX509.c\r
   Pk/CryptAuthenticodeNull.c\r
   # -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:*_CLANG35_*_CC_FLAGS = -std=c99\r
+  GCC:*_CLANG38_*_CC_FLAGS = -std=c99\r