summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-10 18:49:25 +0000
committerBodo Möller <bodo@openssl.org>2001-09-10 18:49:25 +0000
commitb9a20b50572731efa916df5a06e705bef46c5a3a (patch)
treed9266355fbfd8778d553b8c2ed51e43b19948a1b /crypto/err
parentc2222c2ea255aa0d9580dcaf9232b809559fba92 (diff)
remove an old comment
Diffstat (limited to 'crypto/err')
-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);