mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified for easy use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ee48c584d
commit
edd0924d84
@ -525,7 +525,7 @@ error_code unique_file(const Twine &model, int &result_fd,
|
|||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
PROV_RSA_FULL,
|
PROV_RSA_FULL,
|
||||||
0))
|
CRYPT_VERIFYCONTEXT))
|
||||||
return windows_error(::GetLastError());
|
return windows_error(::GetLastError());
|
||||||
ScopedCryptContext CryptoProvider(HCPC);
|
ScopedCryptContext CryptoProvider(HCPC);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user