21 Nov
2024
21 Nov
'24
9:33 a.m.
Hans Leidekker (@hans) commented about dlls/wintrust/tests/crypt.c:
} }
+static void test_context2(void) +{ + BOOL ret;
There's no need to duplicate these tests since CryptCATAdminAcquireContext() is forwarded to CryptCATAdminAcquireContext2(). Please merge added test with test_context(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6835#note_88253