http://bugs.winehq.org/show_bug.cgi?id=22064 --- Comment #53 from Berillions <berillions(a)gmail.com> 2010-08-29 15:02:55 CDT --- (In reply to comment #51)
--- BEGIN PATCH --- diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c index 7a3bb3c..8a607a1 100644 --- a/dlls/secur32/schannel.c +++ b/dlls/secur32/schannel.c @@ -1216,6 +1224,9 @@ static SECURITY_STATUS SEC_ENTRY schan_DecryptMessage(PCtxtHandle context_handle buffer->cbBuffer = received; HeapFree(GetProcessHeap(), 0, data);
+ if(idx==0) + message->pBuffers[1] = message->pBuffers[0]; + return SEC_E_OK; }
--- END PATCH ---
Hello, Thanks you for the patch but i have an error when i try to apply it in Wine source. When i launch "patch -p1 < schannel.patch", i have this error message : berillions(a)debian:~/Desktop/wine-1.3.1$ patch -p1 < schannel.patch patching file secur32/schannel.c patch: **** malformed patch at line 6: schan_DecryptMessage(PCtxtHandle context_handle) Thanks for your help -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.