Module: wine Branch: refs/heads/master Commit: 6a3b3f8635669ddf6fdae8d2d6a1b7c1a9ab3771 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6a3b3f8635669ddf6fdae8d2...
Author: Juan Lang juan@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=6a3b3f8635669ddf6fda...