Module: wine Branch: refs/heads/master Commit: 6f75b5e4ad741e3bc7d7c4c5ae15684a318cf760 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6f75b5e4ad741e3bc7d7c4c5...
Author: Juan Lang juan_lang@yahoo.com Date: Tue Jun 20 06:23:49 2006 -0700
crypt32: Rearrange functions a bit.
---
dlls/crypt32/tests/.gitignore | 1 dlls/crypt32/tests/Makefile.in | 1 dlls/crypt32/tests/cert.c | 769 +++++++++++++++++++++++++++++- dlls/crypt32/tests/crl.c | 382 +++++++++++++++ dlls/crypt32/tests/store.c | 1009 ---------------------------------------- 5 files changed, 1107 insertions(+), 1055 deletions(-) create mode 100644 dlls/crypt32/tests/crl.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6f75b5e4ad741e3bc7d7...