Revert patch "Use an empty buffer in DecryptMessage".

Reverts 26302e61a3
This commit is contained in:
Sebastian Lackner
2014-07-28 20:21:40 +02:00
parent 2059944f48
commit 9017db8694
5 changed files with 1 additions and 71 deletions

View File

@@ -20,7 +20,6 @@ PATCHLIST := Miscellaneous.ok \
ntdll-Junction_Points.ok \
ntdll-Pipe_SpecialCharacters.ok \
quartz-MediaSeeking_Positions.ok \
secur32-DecryptMessage.ok \
server-ACL_Compat.ok \
server-Address_Change_Notification.ok \
server-CreateProcess_ACLs.ok \
@@ -347,24 +346,6 @@ quartz-MediaSeeking_Positions.ok:
echo '+ { "quartz-MediaSeeking_Positions", "Erich E. Hoover", "Return correct IMediaSeeking stream positions in quartz." },'; \
) > quartz-MediaSeeking_Positions.ok
# Patchset secur32-DecryptMessage
# |
# | Included patches:
# | * Use an empty buffer in DecryptMessage to return decrypted data. [by Hans Leidekker]
# |
# | This patchset fixes the following Wine bugs:
# | * [#20748] chromium's net_unittests!SSLClientSocketTest.Read_Interrupted fails.
# |
# | Modified files:
# | * dlls/secur32/schannel.c
# |
.INTERMEDIATE: secur32-DecryptMessage.ok
secur32-DecryptMessage.ok:
$(PATCH) < secur32-DecryptMessage/0001-secur32-Use-an-empty-buffer-in-DecryptMessage-to-ret.patch
@( \
echo '+ { "secur32-DecryptMessage", "Hans Leidekker", "Use an empty buffer in DecryptMessage to return decrypted data." },'; \
) > secur32-DecryptMessage.ok
# Patchset server-ACL_Compat
# |
# | Included patches: