mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified for easy use.
llvm-svn: 123687
This commit is contained in:
parent
bfd623d7e5
commit
04e2fe7fd0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user