Totally get rid of CRYPTO_LOCK_ERR_HASH.
authorBodo Möller <bodo@openssl.org>
Thu, 6 Sep 2001 12:37:36 +0000 (12:37 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 6 Sep 2001 12:37:36 +0000 (12:37 +0000)
commit78f792358074666983fc868603798edb058acbf5
treef86aa8a734e6a4849f6d1ae9b04fe2f2bb493303
parent978ebf0141ba4d3053b26a7705e659b2608a647b
Totally get rid of CRYPTO_LOCK_ERR_HASH.

In err.c, flags int_error_hash_set and int_thread_hash_set
appear superfluous since we can just as well initialize
int_error_hash and int_thread_hash to NULL.

Change some of the err.c formatting to conform with the rest of
OpenSSL.
crypto/cryptlib.c
crypto/crypto.h
crypto/err/err.c