Module: wine Branch: master Commit: 21f82ad4ff990fdaa53602e246730f505836205e URL: https://source.winehq.org/git/wine.git/?a=commit;h=21f82ad4ff990fdaa53602e24... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Apr 12 09:51:51 2022 +0200 crypt32/tests: Get rid of workarounds for old Windows versions. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/crypt32/tests/cert.c | 418 ++++--------- dlls/crypt32/tests/chain.c | 166 ++--- dlls/crypt32/tests/crl.c | 197 +++--- dlls/crypt32/tests/ctl.c | 52 +- dlls/crypt32/tests/encode.c | 1235 ++++++++++++++++---------------------- dlls/crypt32/tests/message.c | 117 ++-- dlls/crypt32/tests/msg.c | 758 +++++++++-------------- dlls/crypt32/tests/object.c | 37 +- dlls/crypt32/tests/oid.c | 155 ++--- dlls/crypt32/tests/protectdata.c | 76 +-- dlls/crypt32/tests/sip.c | 37 +- dlls/crypt32/tests/store.c | 15 +- dlls/crypt32/tests/str.c | 210 +++---- 13 files changed, 1268 insertions(+), 2205 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=21f82ad4ff990fdaa5360...