openssl/crypto/async
Matt Caswell 19a86b0301 Fix build on Solaris
Solaris builds were failing during async compilation because the .o files
created from compiling the corresponding .c files held in async/arch were
ending up in the top level async directory. Consequently the link fails
because it can't find the .o files.

Thanks to Richard Levitte for pointing me in the right direction on this.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-12-15 23:40:22 +00:00
..
arch Fix compile failure with no-threads 2015-12-12 14:26:22 +00:00
async.c Async error handling and MacOS/X fixes 2015-11-22 16:54:43 -05:00
async_err.c Implement windows async thread local variable support 2015-11-20 23:40:23 +00:00
async_locl.h Async error handling and MacOS/X fixes 2015-11-22 16:54:43 -05:00
Makefile Fix build on Solaris 2015-12-15 23:40:22 +00:00