Add pthread support
authorMatt Caswell <matt@openssl.org>
Thu, 19 Nov 2015 14:55:09 +0000 (14:55 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:19:16 +0000 (23:19 +0000)
commit757d14905e3877abaa9f258f3dd0694ae3c7c270
tree86425bd6698f58a5b2e0ccf1682c3859bd73acc2
parentba4f1331e3e96a83144adf5f100b8b5f8f29a2c9
Add pthread support

The forthcoming async code needs to use pthread thread local variables. This
updates the various Configurations to add the necessary flags. In many cases
this is an educated guess as I don't have access to most of these
environments! There is likely to be some tweaking needed.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Configurations/10-main.conf