summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
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/libssl/ssl.h
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/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index d9a56b1901..d475cb24ba 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.219 2022/07/07 13:02:59 tb Exp $ */ 1/* $OpenBSD: ssl.h,v 1.220 2022/07/12 14:42:48 kn Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1600,10 +1600,6 @@ void SSL_get_peer_quic_transport_params(const SSL *ssl,
1600 const uint8_t **out_params, size_t *out_params_len); 1600 const uint8_t **out_params, size_t *out_params_len);
1601#endif 1601#endif
1602 1602
1603/* BEGIN ERROR CODES */
1604/* The following lines are auto generated by the script mkerr.pl. Any changes
1605 * made after this point may be overwritten when the script is next run.
1606 */
1607void ERR_load_SSL_strings(void); 1603void ERR_load_SSL_strings(void);
1608 1604
1609/* Error codes for the SSL functions. */ 1605/* Error codes for the SSL functions. */