summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2021-11-11 13:13:38 +0000
committerschwarze <>2021-11-11 13:13:38 +0000
commit2a3702ff5bba0009a0de058c60a27ae3669aaaf8 (patch)
tree49e933ceb4ec94b4f5849aa62d8c1077fab3f576 /src/lib
parentc906ed58432bf579a36e1a659309e4dd7aed7fdc (diff)
downloadopenbsd-2a3702ff5bba0009a0de058c60a27ae3669aaaf8.tar.gz
openbsd-2a3702ff5bba0009a0de058c60a27ae3669aaaf8.tar.bz2
openbsd-2a3702ff5bba0009a0de058c60a27ae3669aaaf8.zip
Explicitly list all public functions in roff(7) comments
that are related to this page but intentionally undocumented, to better support grepping the source directory for function names.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/ERR_load_crypto_strings.339
1 files changed, 33 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 b/src/lib/libcrypto/man/ERR_load_crypto_strings.3
index 4ad12659a5..beb30dba06 100644
--- a/src/lib/libcrypto/man/ERR_load_crypto_strings.3
+++ b/src/lib/libcrypto/man/ERR_load_crypto_strings.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ERR_load_crypto_strings.3,v 1.9 2020/06/04 20:06:04 schwarze Exp $ 1.\" $OpenBSD: ERR_load_crypto_strings.3,v 1.10 2021/11/11 13:13:38 schwarze Exp $
2.\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 2.\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500
3.\" selective merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 3.\" selective merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400
4.\" 4.\"
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: June 4 2020 $ 69.Dd $Mdocdate: November 11 2021 $
70.Dt ERR_LOAD_CRYPTO_STRINGS 3 70.Dt ERR_LOAD_CRYPTO_STRINGS 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -74,10 +74,37 @@
74.Nm ERR_free_strings , 74.Nm ERR_free_strings ,
75.Nm SSL_load_error_strings 75.Nm SSL_load_error_strings
76.Nd load and free OpenSSL error strings 76.Nd load and free OpenSSL error strings
77.\" The function ERR_load_ERR_strings() is intentionally undocumented 77.\" The following functions are intentionally undocumented
78.\" because it is merely a subroutine of ERR_load_crypto_strings(3) 78.\" because they are merely subroutines of ERR_load_crypto_strings(3)
79.\" and should not have been made a part of the API. 79.\" and should not have been made a part of the API:
80.\" The same applies to the other ERR_load_*_strings() functions. 80.\" ERR_load_ASN1_strings()
81.\" ERR_load_BIO_strings()
82.\" ERR_load_BN_strings()
83.\" ERR_load_BUF_strings()
84.\" ERR_load_CMS_strings()
85.\" ERR_load_CONF_strings()
86.\" ERR_load_CRYPTO_strings()
87.\" ERR_load_DH_strings()
88.\" ERR_load_DSA_strings()
89.\" ERR_load_DSO_strings()
90.\" ERR_load_EC_strings()
91.\" ERR_load_ECDH_strings()
92.\" ERR_load_ECDSA_strings()
93.\" ERR_load_ENGINE_strings()
94.\" ERR_load_ERR_strings()
95.\" ERR_load_EVP_strings()
96.\" ERR_load_GOST_strings()
97.\" ERR_load_OBJ_strings()
98.\" ERR_load_OCSP_strings()
99.\" ERR_load_PEM_strings()
100.\" ERR_load_PKCS12_strings()
101.\" ERR_load_PKCS7_strings()
102.\" ERR_load_RAND_strings()
103.\" ERR_load_RSA_strings()
104.\" ERR_load_TS_strings()
105.\" ERR_load_UI_strings()
106.\" ERR_load_X509_strings()
107.\" ERR_load_X509V3_strings()
81.Sh SYNOPSIS 108.Sh SYNOPSIS
82.In openssl/err.h 109.In openssl/err.h
83.Ft void 110.Ft void