Re: crypt32.dll: Initialize provider pointer to null before calling CryptAcquireContextW()
Juan Lang
4 Nov
2009
4 Nov
'09
9:45 p.m.
Hi Paul,
I imagine this is to avoid checking prov if CryptAcquireContextW
fails. In that case, wouldn't it be better to check the return value
of CryptAcquireContextW?
--Juan