openssl/crypto/async/arch
Richard Levitte 6ce66ce073 Simplify Cygwin checks, part 1
Because OPENSSL_SYS_CYGWIN will keep OPENSSL_SYS_UNIX defined, there's
no point having checks of this form:

    #if (defined(OPENSSL_SYS_UNIX) || defined(OPENSSL_SYS_CYGWIN))

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5060)
2018-01-18 14:00:06 +01:00
..
async_null.c include/openssl: don't include <windows.h> in public headers. 2016-07-08 11:49:44 +02:00
async_null.h
async_posix.c
async_posix.h Simplify Cygwin checks, part 1 2018-01-18 14:00:06 +01:00
async_win.c Fix a few if(, for(, while( inside code. 2016-07-20 07:21:53 -04:00
async_win.h