Update the two threads modules to conform to our recommendations (use
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Feb 2000 23:16:56 +0000 (23:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Feb 2000 23:16:56 +0000 (23:16 +0000)
commit2d2d31394a710cfe854e3dd7f862613a6b45fcc4
tree21028fed5eb47844bdc7326fb1f74800eaf74938
parent1e7396beeb13b8132c08dd1fb95645f0b3165335
Update the two threads modules to conform to our recommendations (use
CRYPTO_num_locks() instead of CRYPTO_NUM_LOCKS!), and correct all the
inconsistencies with the rest of OpenSSL.

At least, this compiles nicely on Linux using PTHREADS.  I've done no
other tests so far.
crypto/threads/mttest.c
crypto/threads/th-lock.c