Use POSIX functions on Cygwin, not Win32 function
authorCorinna Vinschen <vinschen@redhat.com>
Sat, 16 Jan 2016 18:30:48 +0000 (19:30 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Jan 2016 15:16:00 +0000 (16:16 +0100)
commit8d35ceb98f3dbd55cf55edc3d2a814d0dd6d520d
treeb434ee6f20661c4b02ed0760400fcd4dda70c3d5
parent23d526eca9251618b3f0d81c4a2ad6d4f25d7563
Use POSIX functions on Cygwin, not Win32 function

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/speed.c
crypto/async/arch/async_posix.h
crypto/async/arch/async_win.h
include/openssl/async.h
test/asynctest.c