From: Johannes Sixt <hidden> Date: 2016-06-15 22:47:35
On Montag, 19. Oktober 2009, Erik Faye-Lund wrote:
SSL_set_fd (and friends) expects a OS file handle on Windows, not
a file descriptor as on UNIX(-ish).
This patch makes the Windows version of SSL_set_fd behave like the
UNIX versions, by calling _get_osfhandle on it's input.
Signed-off-by: Erik Faye-Lund <redacted>