Fix comment to reflect reality and indeed the code.
[wine] / dlls / advapi32 / tests / crypt.c
2004-12-06  Stefan LeichterFix missing imports on NT4.
2004-12-06  James HawkinsOnly call test_set_provider_ex() once.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-10-05  Dmitry TimoshkovMake advapi32/crypt.c test pass under win2k SP4, do...
2004-09-01  James Hawkins- remove unnecessary type conversions
2004-08-20  James HawkinsAdded tests for CryptSetProviderEx.
2004-08-17  Mike McCormackRemove unnecessary casts in crypt tests.
2004-08-16  James HawkinsFixed a few crypt test bugs.
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsAdded tests for CryptEnumProviders.
2004-07-24  Michael Jung- Changed some FIXMEs to TRACEs, since they report...
2004-07-22  Michael Jung- Fixed a problem with dwProvType values greater than...
2004-07-21  Michael JungAdded some unit tests for the CryptAcquireContext API...