Module: wine Branch: master Commit: c515e55d71b233078009a04e0f7baac4b2450485 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c515e55d71b233078009a04e0...
Author: Paul Gofman pgofman@codeweavers.com Date: Thu Apr 14 18:57:26 2022 +0300
crypt32: Reimplement CertNameToStrA() on top of CertNameToStrW().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/str.c | 250 ++++------------------------------------------- dlls/crypt32/tests/str.c | 107 ++++++++++---------- 2 files changed, 72 insertions(+), 285 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c515e55d71b233078009a...