Switched to the new key import method, as the old one had issues with PROV_RSA_AES crystallographic provider
This commit is contained in:
parent
e9839706b6
commit
00dd1277c5
@ -1443,7 +1443,7 @@ HCRYPTKEY eap::method_tls::create_key(
|
|||||||
_In_bytecount_(size_secret) const void *secret,
|
_In_bytecount_(size_secret) const void *secret,
|
||||||
_In_ size_t size_secret)
|
_In_ size_t size_secret)
|
||||||
{
|
{
|
||||||
#if 0
|
#if 1
|
||||||
UNREFERENCED_PARAMETER(key);
|
UNREFERENCED_PARAMETER(key);
|
||||||
assert(size_secret <= 0xffffffff);
|
assert(size_secret <= 0xffffffff);
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3dc17855067a2f5bce6bb947efb7b9505f6d7fc0
|
Subproject commit 8a0799c2b75ebb783a6b777121e1e9ddc89a5549
|
Loading…
x
Reference in New Issue
Block a user