Fix build on Solaris
authorMatt Caswell <matt@openssl.org>
Tue, 15 Dec 2015 23:35:31 +0000 (23:35 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Dec 2015 23:40:22 +0000 (23:40 +0000)
commit19a86b03010c111d4e05ce252247e30f0e940dad
tree588d7277dc2fe73db3ad791e378ee5f59e5aa152
parent3addf183fa23a3dd5338679d8a6d0711fe9bd0a0
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>
crypto/async/Makefile