secur32: Ignore spurious callbacks on macOS.
commit4782b283d8eddf315773bbde3e2857b1e31c7dd1
authorHans Leidekker <hans@codeweavers.com>
Fri, 1 Feb 2019 10:09:50 +0000 (1 11:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Feb 2019 14:40:53 +0000 (4 15:40 +0100)
tree3646bc6da9d54a2315b4222eb6960856f3c8e1c3
parentf6738761c3f7a076c39c2a48a9804265258cd0d1
secur32: Ignore spurious callbacks on macOS.

For unknown reasons Mojave will sometimes call the schan_push_adapter callback during an SSLRead call.
This confuses our code which is only prepared to handle schan_pull_adapter callbacks in this context.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/secur32/schannel_macosx.c