crypt32: Remove useless cast to self.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Michael Stefaniuc 2019-02-11 22:34:59 +01:00 committed by Alexandre Julliard
parent 4749fa6767
commit e02d441ebf
1 changed files with 1 additions and 1 deletions

View File

@ -2582,7 +2582,7 @@ static BOOL CRYPT_AsnDecodeUnicodeString(const BYTE *pbEncoded,
if (dataLen)
{
DWORD i;
LPWSTR str = *(LPWSTR *)pStr;
LPWSTR str = *pStr;
assert(str);
switch (pbEncoded[0])