summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ERR.3
diff options
context:
space:
mode:
authorkn <>2022-07-12 14:42:50 +0000
committerkn <>2022-07-12 14:42:50 +0000
commit87ede05352c9455433b363d404d744eb4de70aa0 (patch)
treed1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/man/ERR.3
parent7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff)
downloadopenbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.gz
openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.bz2
openbsd-87ede05352c9455433b363d404d744eb4de70aa0.zip
Remove mkerr.pl remnants from LibreSSL
This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb
Diffstat (limited to 'src/lib/libcrypto/man/ERR.3')
-rw-r--r--src/lib/libcrypto/man/ERR.312
1 files changed, 2 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/ERR.3 b/src/lib/libcrypto/man/ERR.3
index 6d42d875a2..b1be67a037 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.8 2019/06/10 09:49:48 schwarze Exp $ 1.\" $OpenBSD: ERR.3,v 1.9 2022/07/12 14:42:49 kn 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: June 10 2019 $ 52.Dd $Mdocdate: July 12 2022 $
53.Dt ERR 3 53.Dt ERR 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -171,14 +171,6 @@ definitions it uses.
171.Sh USING ERROR CODES IN EXTERNAL LIBRARIES 171.Sh USING ERROR CODES IN EXTERNAL LIBRARIES
172It is also possible to use OpenSSL's error code scheme in external 172It is also possible to use OpenSSL's error code scheme in external
173libraries. 173libraries.
174The library needs to load its own codes and call the OpenSSL error code
175insertion script
176.Pa mkerr.pl
177explicitly to add codes to the header file and generate the C error code
178file.
179This will normally be done if the external library needs to generate new
180ASN.1 structures but it can also be used to add more general purpose
181error code handling.
182.Sh INTERNALS 174.Sh INTERNALS
183The error queues are stored in a hash table with one 175The error queues are stored in a hash table with one
184.Vt ERR_STATE 176.Vt ERR_STATE