Juan Lang : crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 1 06:59:20 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 6a3b3f8635669ddf6fdae8d2d6a1b7c1a9ab3771
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6a3b3f8635669ddf6fdae8d2d6a1b7c1a9ab3771

Author: Juan Lang <juan at codeweavers.com>
Date:   Wed Feb  1 13:50:18 2006 +0100

crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.

---

 dlls/crypt32/Makefile.in       |    1 
 dlls/crypt32/crypt32.spec      |    8 +
 dlls/crypt32/str.c             |  176 +++++++++++++++++++++++++++++
 dlls/crypt32/tests/.gitignore  |    1 
 dlls/crypt32/tests/Makefile.in |    3 
 dlls/crypt32/tests/str.c       |  245 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 429 insertions(+), 5 deletions(-)
 create mode 100644 dlls/crypt32/str.c
 create mode 100644 dlls/crypt32/tests/str.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6a3b3f8635669ddf6fdae8d2d6a1b7c1a9ab3771



More information about the wine-cvs mailing list