]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg: Fix possible build problem with Clang
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / PeiCryptLib.inf
index e701c3d2f84cee36e15f7fb2050d9e2418ba90b0..8fdc6920ec2ed3d1004f7df6ea8e52ceef7f2eda 100644 (file)
@@ -13,7 +13,7 @@
 #  PEM handler functions, and pseudorandom number generator functions are not\r
 #  supported in this instance.\r
 #\r
-#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \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/CryptPkcs7VerifyBase.c\r
+  Pk/CryptPkcs7VerifyEku.c\r
 \r
   Pk/CryptDhNull.c\r
   Pk/CryptX509Null.c\r
@@ -91,3 +93,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