Michael Jung mjung@iss.tu-darmstadt.de writes:
Changelog: Implemented CPGetProvParam's PP_ENUMCONTAINERS parameter type Added corresponding test Removed some tabs that slipped in with the last patch
The test fails for me:
rsaenh.c:1383: Test failed: 00000103 rsaenh.c:1391: Test failed: 0, 00000103
On Wednesday 09 February 2005 13:38, Alexandre Julliard wrote:
The test fails for me:
rsaenh.c:1383: Test failed: 00000103 rsaenh.c:1391: Test failed: 0, 00000103
It doesn't fail for me on a clean .wine directory and a fresh wine cvs install. I've attached a modified version of the patch with some added tracing code. If you find a minute, could you please try it and send me a 'crypt' debug channel trace? Do not apply this patch to cvs, please.
Thanks,
Michael Jung mjung@iss.tu-darmstadt.de writes:
On Wednesday 09 February 2005 13:38, Alexandre Julliard wrote:
The test fails for me:
rsaenh.c:1383: Test failed: 00000103 rsaenh.c:1391: Test failed: 0, 00000103
It doesn't fail for me on a clean .wine directory and a fresh wine cvs install. I've attached a modified version of the patch with some added tracing code. If you find a minute, could you please try it and send me a 'crypt' debug channel trace? Do not apply this patch to cvs, please.
It turned out to be the wrong access rights in the RegCreateKeyEx call. You don't see the problem if you are running with version set to win9x since access rights are ignored then. I have fixed it and committed the patch.