diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 6e4eb403cd..35fa4c693c 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.420 2022/08/17 18:42:13 tb Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.421 2022/08/17 18:45:25 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 | * |
@@ -1527,7 +1527,9 @@ int tls1_ec_group_id2nid(uint16_t group_id, int *out_nid); | |||
1527 | int tls1_ec_group_id2bits(uint16_t group_id, int *out_bits); | 1527 | int tls1_ec_group_id2bits(uint16_t group_id, int *out_bits); |
1528 | int tls1_ec_nid2group_id(int nid, uint16_t *out_group_id); | 1528 | int tls1_ec_nid2group_id(int nid, uint16_t *out_group_id); |
1529 | int tls1_check_group(SSL *s, uint16_t group_id); | 1529 | int tls1_check_group(SSL *s, uint16_t group_id); |
1530 | int tls1_get_supported_group(SSL *s, int *group_nid); | 1530 | int tls1_count_shared_groups(const SSL *ssl, size_t *out_count); |
1531 | int tls1_get_shared_group_by_index(const SSL *ssl, size_t n, int *out_nid); | ||
1532 | int tls1_get_supported_group(const SSL *s, int *out_nid); | ||
1531 | 1533 | ||
1532 | int ssl_check_clienthello_tlsext_early(SSL *s); | 1534 | int ssl_check_clienthello_tlsext_early(SSL *s); |
1533 | int ssl_check_clienthello_tlsext_late(SSL *s); | 1535 | int ssl_check_clienthello_tlsext_late(SSL *s); |