Module: wine Branch: refs/heads/master Commit: c62193266d30dff4ae5e14fb6ad9996f615d2cba URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c62193266d30dff4ae5e14fb...
Author: Kai Blin kai.blin@gmail.com Date: Tue Aug 8 16:23:19 2006 +0200
secur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific tests.
---
dlls/secur32/tests/Makefile.in | 1 dlls/secur32/tests/main.c | 438 --------------------------- dlls/secur32/tests/ntlm.c | 659 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 660 insertions(+), 438 deletions(-) create mode 100644 dlls/secur32/tests/ntlm.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c62193266d30dff4ae5e...