[llvm-commits] [llvm] r123687 - /llvm/trunk/lib/Support/Windows/PathV2.inc

NAKAMURA Takumi geek4civic at gmail.com
Mon Jan 17 14:41:34 PST 2011


Author: chapuni
Date: Mon Jan 17 16:41:34 2011
New Revision: 123687

URL: http://llvm.org/viewvc/llvm-project?rev=123687&view=rev
Log:
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified for easy use.

Modified:
    llvm/trunk/lib/Support/Windows/PathV2.inc

Modified: llvm/trunk/lib/Support/Windows/PathV2.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Windows/PathV2.inc?rev=123687&r1=123686&r2=123687&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Windows/PathV2.inc (original)
+++ llvm/trunk/lib/Support/Windows/PathV2.inc Mon Jan 17 16:41:34 2011
@@ -525,7 +525,7 @@
                               NULL,
                               NULL,
                               PROV_RSA_FULL,
-                              0))
+                              CRYPT_VERIFYCONTEXT))
     return windows_error(::GetLastError());
   ScopedCryptContext CryptoProvider(HCPC);
 





More information about the llvm-commits mailing list