projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee48c5
)
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 17 Jan 2011 22:41:34 +0000
(22:41 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 17 Jan 2011 22:41:34 +0000
(22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123687
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Windows/PathV2.inc
patch
|
blob
|
history
diff --git
a/lib/Support/Windows/PathV2.inc
b/lib/Support/Windows/PathV2.inc
index a631bc6fbaaf9c5abd6fa8d336a7b64b6cadf1cd..b36b291c39517f53f22352c4ad33af9e593751d3 100644
(file)
--- a/
lib/Support/Windows/PathV2.inc
+++ b/
lib/Support/Windows/PathV2.inc
@@
-525,7
+525,7
@@
error_code unique_file(const Twine &model, int &result_fd,
NULL,
NULL,
PROV_RSA_FULL,
-
0
))
+
CRYPT_VERIFYCONTEXT
))
return windows_error(::GetLastError());
ScopedCryptContext CryptoProvider(HCPC);