wine-wine/dlls/cryptnet
Rob Shearman b0e8143db6 cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint.
nextUrl is of type "WCHAR *" so don't multiply the length by
"sizeof(WCHAR)" when incrementing the pointer.
2008-08-18 17:15:56 +02:00
..
tests cryptnet/tests: Make the tests usable on win9x. 2008-07-25 11:29:15 +02:00
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
cryptnet.spec cryptnet: Add stubs for CryptRetrieveObjectByUrlA/W. 2007-10-23 12:24:02 +02:00
cryptnet_main.c cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint. 2008-08-18 17:15:56 +02:00