summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-07-26 20:15:51 +0000
committertb <>2023-07-26 20:15:51 +0000
commit2ab59000df157b6407fb767cdb7cc2e8d39e1437 (patch)
tree592883772835a1d213b9554055dcb5bb690f989a
parentb12033b0f03ee70af46b994b0f8b8ae1e6190ce9 (diff)
downloadopenbsd-2ab59000df157b6407fb767cdb7cc2e8d39e1437.tar.gz
openbsd-2ab59000df157b6407fb767cdb7cc2e8d39e1437.tar.bz2
openbsd-2ab59000df157b6407fb767cdb7cc2e8d39e1437.zip
Remove ERR_get_{err_state,string}_table documentation
-rw-r--r--src/lib/libcrypto/man/ERR.38
1 files changed, 2 insertions, 6 deletions
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 @@
1.\" $OpenBSD: ERR.3,v 1.10 2022/09/06 10:22:31 kn Exp $ 1.\" $OpenBSD: ERR.3,v 1.11 2023/07/26 20:15:51 tb Exp $
2.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 2.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: September 6 2022 $ 52.Dd $Mdocdate: July 26 2023 $
53.Dt ERR 3 53.Dt ERR 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -136,10 +136,6 @@ When more error codes are added, the old ones are overwritten, on the
136assumption that the most recent errors are most important. 136assumption that the most recent errors are most important.
137.Pp 137.Pp
138Error strings are also stored in a hash table. 138Error strings are also stored in a hash table.
139The hash tables can be obtained by calling
140.Fn ERR_get_err_state_table
141and
142.Fn ERR_get_string_table .
143.Sh SEE ALSO 139.Sh SEE ALSO
144.Xr crypto 3 , 140.Xr crypto 3 ,
145.Xr ERR_asprintf_error_data 3 , 141.Xr ERR_asprintf_error_data 3 ,