aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ossl_typ.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-28 10:50:54 -0400
committerRich Salz <rsalz@openssl.org>2015-04-28 10:50:54 -0400
commit3e47caff4830d2a117eda15b57a5feab89b846ae (patch)
tree6f0e22be0abe581e9e973c28e4bc4d7f532ef5c4 /include/openssl/ossl_typ.h
parent0223ca0987aa8c3b0c4adc084c1f03a5e4e32288 (diff)
downloadopenssl-3e47caff4830d2a117eda15b57a5feab89b846ae.zip
openssl-3e47caff4830d2a117eda15b57a5feab89b846ae.tar.gz
openssl-3e47caff4830d2a117eda15b57a5feab89b846ae.tar.bz2
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>
Diffstat (limited to 'include/openssl/ossl_typ.h')
-rw-r--r--include/openssl/ossl_typ.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index 85fb7b9..b32ce66 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -172,8 +172,6 @@ typedef struct store_method_st STORE_METHOD;
typedef struct ui_st UI;
typedef struct ui_method_st UI_METHOD;
-typedef struct st_ERR_FNS ERR_FNS;
-
typedef struct engine_st ENGINE;
typedef struct ssl_st SSL;
typedef struct ssl_ctx_st SSL_CTX;