mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
crypt32/tests: Remove an unused assignment (PVS-Studio).
This commit is contained in:
parent
2ab0bbafe0
commit
f1786a2068
@ -5762,7 +5762,6 @@ static void test_decodeCTL(DWORD dwEncoding)
|
||||
info.SubjectAlgorithm.Parameters.cbData = 0;
|
||||
info.ThisUpdate.dwLowDateTime = info.ThisUpdate.dwHighDateTime = 0;
|
||||
info.NextUpdate.dwLowDateTime = info.NextUpdate.dwHighDateTime = 0;
|
||||
info.SubjectAlgorithm.pszObjId = oid2;
|
||||
info.SubjectAlgorithm.pszObjId = NULL;
|
||||
value1.cbData = sizeof(emptySequence);
|
||||
value1.pbData = (LPBYTE)emptySequence;
|
||||
|
Loading…
x
Reference in New Issue
Block a user