diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 6 |
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 | */ | ||
1607 | void ERR_load_SSL_strings(void); | 1603 | void ERR_load_SSL_strings(void); |
1608 | 1604 | ||
1609 | /* Error codes for the SSL functions. */ | 1605 | /* Error codes for the SSL functions. */ |