Module: wine Branch: master Commit: 705de5d391cecc4582115563d3d3855583a7067d URL: http://source.winehq.org/git/wine.git/?a=commit;h=705de5d391cecc4582115563d3... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu May 22 10:37:53 2008 +0200 advapi32/tests: Remove a stray reference to CryptReleaseContext(). This gets the test to run again on Win95. --- dlls/advapi32/tests/crypt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/advapi32/tests/crypt.c b/dlls/advapi32/tests/crypt.c index 8ad2b6b..1d2cfa2 100644 --- a/dlls/advapi32/tests/crypt.c +++ b/dlls/advapi32/tests/crypt.c @@ -903,7 +903,7 @@ static void test_machine_guid(void) /* Create and release a provider */ ret = pCryptAcquireContextA(&hCryptProv, szKeySet, NULL, PROV_RSA_FULL, 0); ok(ret, "CryptAcquireContextA failed: %08x\n", GetLastError()); - CryptReleaseContext(hCryptProv, 0); + pCryptReleaseContext(hCryptProv, 0); if (restoreGuid) RegSetValueExA(key, "MachineGuid", 0, REG_SZ, (const BYTE *)originalGuid,