http://bugs.winehq.org/show_bug.cgi?id=11509
Michael Karcher wine@mkarcher.dialup.fu-berlin.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@mkarcher.dialup.fu- | |berlin.de
--- Comment #14 from Michael Karcher wine@mkarcher.dialup.fu-berlin.de 2008-06-02 17:22:46 --- Alexandre is right. Please cut down your patch to the first four hunks and the last hunk. The middle part (regarding the DefaultsKeys) is not only unneeded, but wrong too. You exceed the array dimensions of szDefaultKeys, just to mention the bug I noticed when looking at it. The purpose of the default keys is, if I got it correctly, to find the name of the default crypto provider providing some type (type 24, RSA signing with AES encryption in this case). The "(Prototype)" crypto provider should not be default for anything, so let the defaults alone!
I tested it on a fresh wineprefix and it works. I am not submitting the patch myself for you to get the credit.