summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/err/err.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index c3b54983ba..e8c7f6625f 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -269,8 +269,7 @@ ERR_STATE *ERR_get_state(void);
#ifndef OPENSSL_NO_LHASH
LHASH *ERR_get_string_table(void);
-LHASH *ERR_get_err_state_table(void); /* even less thread-safe than
- * ERR_get_string_table :-) */
+LHASH *ERR_get_err_state_table(void);
#endif
int ERR_get_next_error_library(void);