diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-17 22:41:34 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-17 22:41:34 +0000 |
commit | 8a07451a6e20b640bb23b144e35d515ce0012c54 (patch) | |
tree | 2a736c48bee4ac3f5f7f473fcbe2ec7e51e7be96 /llvm/lib/Support | |
parent | 53f893af548900d7b365aa5f08926655aaa7fdbd (diff) | |
download | bcm5719-llvm-8a07451a6e20b640bb23b144e35d515ce0012c54.tar.gz bcm5719-llvm-8a07451a6e20b640bb23b144e35d515ce0012c54.zip |
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified for easy use.
llvm-svn: 123687
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/Windows/PathV2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/PathV2.inc b/llvm/lib/Support/Windows/PathV2.inc index a631bc6fbaa..b36b291c395 100644 --- a/llvm/lib/Support/Windows/PathV2.inc +++ b/llvm/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); |