From 2ab59000df157b6407fb767cdb7cc2e8d39e1437 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 26 Jul 2023 20:15:51 +0000 Subject: Remove ERR_get_{err_state,string}_table documentation --- src/lib/libcrypto/man/ERR.3 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/ERR.3 b/src/lib/libcrypto/man/ERR.3 index e6b1031a14..8f17e7a329 100644 --- a/src/lib/libcrypto/man/ERR.3 +++ b/src/lib/libcrypto/man/ERR.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR.3,v 1.10 2022/09/06 10:22:31 kn Exp $ +.\" $OpenBSD: ERR.3,v 1.11 2023/07/26 20:15:51 tb Exp $ .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 .\" .\" This file was written by Ulf Moeller and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 6 2022 $ +.Dd $Mdocdate: July 26 2023 $ .Dt ERR 3 .Os .Sh NAME @@ -136,10 +136,6 @@ When more error codes are added, the old ones are overwritten, on the assumption that the most recent errors are most important. .Pp Error strings are also stored in a hash table. -The hash tables can be obtained by calling -.Fn ERR_get_err_state_table -and -.Fn ERR_get_string_table . .Sh SEE ALSO .Xr crypto 3 , .Xr ERR_asprintf_error_data 3 , -- cgit v1.2.3-55-g6feb