summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl.h
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2022-07-12 14:42:51 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2022-07-12 14:42:51 +0000
commitcb545bdb9e9732090829cbefd1cbf85301af2f3b (patch)
treec708e3c1940869f3bbe3116ac8710b77874a30b9 /lib/libssl/ssl.h
parentbf4bbc3d95ca8af394bd3a9bb5899ff4c87d2af5 (diff)
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 'lib/libssl/ssl.h')
-rw-r--r--lib/libssl/ssl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h
index d9a56b19018..d475cb24ba2 100644
--- a/lib/libssl/ssl.h
+++ b/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl.h,v 1.219 2022/07/07 13:02:59 tb Exp $ */
+/* $OpenBSD: ssl.h,v 1.220 2022/07/12 14:42:48 kn Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1600,10 +1600,6 @@ void SSL_get_peer_quic_transport_params(const SSL *ssl,
const uint8_t **out_params, size_t *out_params_len);
#endif
-/* BEGIN ERROR CODES */
-/* The following lines are auto generated by the script mkerr.pl. Any changes
- * made after this point may be overwritten when the script is next run.
- */
void ERR_load_SSL_strings(void);
/* Error codes for the SSL functions. */