Commit 19a86b03 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent 3addf183
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment