[xmlsec] remove SILENT flag, it breaks some CSPs including default MS CSPs
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] remove SILENT flag, it breaks some CSPs including default MS CSPs
- Date: Tue, 6 Sep 2011 22:40:09 +0000 (UTC)
commit c6e41273caf35d3d0e4084204c83019c1d25d832
Author: Aleksey Sanin <aleksey aleksey com>
Date: Tue Sep 6 15:39:53 2011 -0700
remove SILENT flag, it breaks some CSPs including default MS CSPs
src/mscrypto/certkeys.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mscrypto/certkeys.c b/src/mscrypto/certkeys.c
index 90daa82..12c2e40 100644
--- a/src/mscrypto/certkeys.c
+++ b/src/mscrypto/certkeys.c
@@ -440,7 +440,7 @@ xmlSecMSCryptoKeyDataAdoptCert(xmlSecKeyDataPtr data, PCCERT_CONTEXT pCert, xmlS
BOOL fCallerFreeProv = FALSE;
if (!CryptAcquireCertificatePrivateKey(pCert,
- CRYPT_ACQUIRE_SILENT_FLAG | CRYPT_ACQUIRE_COMPARE_KEY_FLAG,
+ CRYPT_ACQUIRE_COMPARE_KEY_FLAG,
NULL,
&hProv,
&(ctx->dwKeySpec),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]