X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_dasync.c;h=b005f421a6604388d16e4da92606d3ebf453d6e8;hp=6fc7a7d0fa0cdac7521d56a301932d3e09abb28e;hb=b1e979aeec8238ceddc20fc3f7487649fef4ca07;hpb=f479eab2271c06d73d2e473ce47b0fc6ab742cef diff --git a/engines/e_dasync.c b/engines/e_dasync.c index 6fc7a7d0fa..b005f421a6 100644 --- a/engines/e_dasync.c +++ b/engines/e_dasync.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -25,7 +25,7 @@ #include #include -#if (defined(OPENSSL_SYS_UNIX) || defined(OPENSSL_SYS_CYGWIN)) && defined(OPENSSL_THREADS) +#if defined(OPENSSL_SYS_UNIX) && defined(OPENSSL_THREADS) # undef ASYNC_POSIX # define ASYNC_POSIX # include