audk/CryptoPkg/Library/BaseCryptLib/Pk
Ard Biesheuvel a100d0073b CryptoPkg: fix AARCH64 build under CLANG35
The OpenSSL function sk_X509_delete_ptr() resolves through preprocessor
substitution to '(X509 *)sk_delete_ptr()', in which the cast causes the
call to be interpreted as an expression (whose value is not used) rather
than a statement, resulting in the following error under Clang:

  ...: error: expression result unused [-Werror,-Wunused-value]

Add (VOID) casts to silence the error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Qin Long <qin.long@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18730 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-05 14:41:43 +00:00
..
CryptAuthenticode.c CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents type 2015-10-29 14:16:37 +00:00
CryptAuthenticodeNull.c Add interfaces to several library instances of BaseCryptLib. 2012-07-18 09:32:05 +00:00
CryptDh.c CryptoPkg/BaseCryptLib: Add missing OpenSSL includes 2015-10-29 14:15:53 +00:00
CryptDhNull.c Add interfaces to several library instances of BaseCryptLib. 2012-07-18 09:32:05 +00:00
CryptPkcs7Sign.c CryptoPkg: Wrapper files updates to support openssl-1.0.2c 2015-06-16 00:54:16 +00:00
CryptPkcs7SignNull.c Add interfaces to several library instances of BaseCryptLib. 2012-07-18 09:32:05 +00:00
CryptPkcs7Verify.c CryptoPkg: fix AARCH64 build under CLANG35 2015-11-05 14:41:43 +00:00
CryptPkcs7VerifyNull.c CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving. 2015-11-05 08:50:39 +00:00
CryptRsaBasic.c CryptoPkg/BaseCryptLib: Add missing OpenSSL includes 2015-10-29 14:15:53 +00:00
CryptRsaExt.c CryptoPkg/BaseCryptLib: Add missing OpenSSL includes 2015-10-29 14:15:53 +00:00
CryptRsaExtNull.c Add interfaces to several library instances of BaseCryptLib. 2012-07-18 09:32:05 +00:00
CryptTs.c CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME 2015-10-29 14:16:54 +00:00
CryptTsNull.c CryptoPkg Updates to support RFC3161 timestamp signature verification. 2014-11-12 08:51:45 +00:00
CryptX509.c CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME 2015-10-29 14:16:54 +00:00
CryptX509Null.c CryptoPkg: Add some comments for API usage clarification. 2015-06-19 02:46:51 +00:00