X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FBaseCryptLib.inf;h=31bb5fbe0af7482eeaa79405e612062a0acf21a4;hp=550afd912b9a7a870f35c8a200f173a0840d00d4;hb=72009c626d8b1c237c0de840e9bfe9d23b76b94c;hpb=2ac68e8b549b646607149919a2780bcd7234d92d diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf index 550afd912b..31bb5fbe0a 100644 --- a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf @@ -6,7 +6,7 @@ # This external input must be validated carefully to avoid security issues such as # buffer overflow or integer overflow. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -41,6 +41,7 @@ Hash/CryptSha512.c Hmac/CryptHmacMd5.c Hmac/CryptHmacSha1.c + Hmac/CryptHmacSha256.c Cipher/CryptAes.c Cipher/CryptTdes.c Cipher/CryptArc4.c @@ -93,5 +94,9 @@ [BuildOptions] # suppress the following warnings so we do not break the build with warnings-as-errors: # C4305: truncation from type1 to type2 (Introduced by RFC3161 Timestamp ASN.1 declarations) - MSFT:*_*_X64_CC_FLAGS = /wd4305 + MSFT:*_*_*_CC_FLAGS = /wd4305 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))" + + # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT + # --diag_remark=1 : Reduce severity of "#1-D: last line of file ends without a newline" + RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1