ERR_ cleanup
authorRich Salz <rsalz@openssl.org>
Tue, 28 Apr 2015 14:50:54 +0000 (10:50 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 28 Apr 2015 14:50:54 +0000 (10:50 -0400)
commit3e47caff4830d2a117eda15b57a5feab89b846ae
tree6f0e22be0abe581e9e973c28e4bc4d7f532ef5c4
parent0223ca0987aa8c3b0c4adc084c1f03a5e4e32288
ERR_ cleanup

Remove ERR_[gs]et_implementation as they were not undocumented and
useless (the data structure was opaque).

Halve the number of lock/unlock calls in almost all ERR_
functions by letting the caller of get_hash or int_thread_set
able to lock.  Very useful when looping, such as adding errors,
or when getting the hash and immediately doing a lookup on it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/engine/eng_dyn.c
crypto/err/err.c
include/openssl/engine.h
include/openssl/err.h
include/openssl/ossl_typ.h
util/indent.pro
util/libeay.num