crypt32: Remove unneeded casts of zero.
This commit is contained in:
parent
d57774732a
commit
42abd3b03a
@ -179,7 +179,7 @@ HCRYPTPROV WINAPI I_CryptGetDefaultCryptProv(DWORD reserved)
|
||||
if (reserved)
|
||||
{
|
||||
SetLastError(E_INVALIDARG);
|
||||
return (HCRYPTPROV)0;
|
||||
return 0;
|
||||
}
|
||||
ret = CRYPT_GetDefaultProvider();
|
||||
CryptContextAddRef(ret, NULL, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user