openssl/crypto/async
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
..
arch Simplify Cygwin checks, part 1 2018-01-18 14:00:06 +01:00
async.c Consistent formatting for sizeof(foo) 2017-12-07 19:11:49 -05:00
async_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
async_locl.h Use "" not <> for internal/ includes 2017-08-22 09:54:20 -04:00
async_wait.c Consistent formatting for sizeof(foo) 2017-12-07 19:11:49 -05:00
build.info Refactor the async wait fd logic 2016-02-29 12:58:44 +00:00