summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-27 20:29:05 +0000
committerRichard Levitte <levitte@openssl.org>2003-09-27 20:29:05 +0000
commit11171f3c743f6b56f4bca523053cebf5c15ecccc (patch)
tree6538603a18ca440dc1b51ca93c934c78bfa13740 /crypto/err/err.h
parentba9f80c5d515c9e087b942f578954925290f4fb9 (diff)
Add reference counting around the thread state hash table.
Unfortunately, this means that the dynamic ENGINE version just went up, and isn't backward compatible. PR: 678
Diffstat (limited to 'crypto/err/err.h')
-rw-r--r--crypto/err/err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index 1228acfe5c..d893f60bb7 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -293,6 +293,7 @@ ERR_STATE *ERR_get_state(void);
#ifndef OPENSSL_NO_LHASH
LHASH *ERR_get_string_table(void);
LHASH *ERR_get_err_state_table(void);
+void ERR_release_err_state_table(LHASH **hash);
#endif
int ERR_get_next_error_library(void);