openssl/engines
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
..
asm
build.info
e_afalg_err.c
e_afalg_err.h
e_afalg.c putting the missing static 2017-12-08 10:39:52 +00:00
e_afalg.ec
e_afalg.h extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. comments from matt, Stephen considered 2017-12-08 10:39:52 +00:00
e_afalg.txt Put message strings in state files 2017-06-12 15:03:40 -04:00
e_capi_err.c Put message strings in state files 2017-06-12 15:03:40 -04:00
e_capi_err.h
e_capi.c
e_capi.ec
e_capi.txt Put message strings in state files 2017-06-12 15:03:40 -04:00
e_dasync_err.c Put message strings in state files 2017-06-12 15:03:40 -04:00
e_dasync_err.h
e_dasync.c Simplify Cygwin checks, part 1 2018-01-18 14:00:06 +01:00
e_dasync.ec
e_dasync.txt Put message strings in state files 2017-06-12 15:03:40 -04:00
e_ossltest_err.c Put message strings in state files 2017-06-12 15:03:40 -04:00
e_ossltest_err.h
e_ossltest.c Add predicatable RAND_METHOD to test ENGINE 2017-08-06 19:24:32 +01:00
e_ossltest.ec
e_ossltest.txt Put message strings in state files 2017-06-12 15:03:40 -04:00
e_padlock.c