Swap the init code to use the new Thread API thread locals
authorMatt Caswell <matt@openssl.org>
Wed, 2 Mar 2016 15:23:57 +0000 (15:23 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 17:17:21 +0000 (17:17 +0000)
commita072ed0c882caa5c0b1742262ef7f4aa1e0e04a5
treed6f7141e313045caec2bb51fe4dfa28f51cc64ec
parentb1f1e7aebad6ece6d878ca7e823b4ad92e2415f3
Swap the init code to use the new Thread API thread locals

The init code was using its own thread local code. Now we have a central
API for it we should use that instead.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/init.c