advapi32: PP_USE_HARDWARE_RNG is a parameter, not a flag.
This commit is contained in:
parent
c345023efe
commit
2722c45173
@ -2172,7 +2172,7 @@ BOOL WINAPI CryptSetProvParam (HCRYPTPROV hProv, DWORD dwParam, const BYTE *pbDa
|
|||||||
SetLastError(ERROR_INVALID_PARAMETER);
|
SetLastError(ERROR_INVALID_PARAMETER);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (dwFlags & PP_USE_HARDWARE_RNG)
|
if (dwParam == PP_USE_HARDWARE_RNG)
|
||||||
{
|
{
|
||||||
FIXME("PP_USE_HARDWARE_RNG: What do I do with this?\n");
|
FIXME("PP_USE_HARDWARE_RNG: What do I do with this?\n");
|
||||||
FIXME("\tLetting the CSP decide.\n");
|
FIXME("\tLetting the CSP decide.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user