summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index d171ef0984..5f99c08cc9 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.350 2021/06/19 17:21:40 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.351 2021/06/23 11:12:33 tb 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 *
@@ -1285,8 +1285,6 @@ uint16_t tls1_ec_nid2curve_id(const int nid);
1285int tls1_check_curve(SSL *s, const uint16_t group_id); 1285int tls1_check_curve(SSL *s, const uint16_t group_id);
1286int tls1_get_shared_curve(SSL *s); 1286int tls1_get_shared_curve(SSL *s);
1287 1287
1288int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data,
1289 size_t n, int *al);
1290int ssl_check_clienthello_tlsext_early(SSL *s); 1288int ssl_check_clienthello_tlsext_early(SSL *s);
1291int ssl_check_clienthello_tlsext_late(SSL *s); 1289int ssl_check_clienthello_tlsext_late(SSL *s);
1292int ssl_check_serverhello_tlsext(SSL *s); 1290int ssl_check_serverhello_tlsext(SSL *s);