diff options
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 053a7972a0..8d5d9c4efe 100644 --- a/src/lib/libssl/tls13_internal.h +++ b/src/lib/libssl/tls13_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_internal.h,v 1.61 2020/03/10 17:15:02 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.62 2020/04/17 17:16:53 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
@@ -123,7 +123,8 @@ int tls13_update_server_traffic_secret(struct tls13_secrets *secrets); | |||
123 | */ | 123 | */ |
124 | struct tls13_key_share; | 124 | struct tls13_key_share; |
125 | 125 | ||
126 | struct tls13_key_share *tls13_key_share_new(int nid); | 126 | struct tls13_key_share *tls13_key_share_new(uint16_t group_id); |
127 | struct tls13_key_share *tls13_key_share_new_nid(int nid); | ||
127 | void tls13_key_share_free(struct tls13_key_share *ks); | 128 | void tls13_key_share_free(struct tls13_key_share *ks); |
128 | 129 | ||
129 | uint16_t tls13_key_share_group(struct tls13_key_share *ks); | 130 | uint16_t tls13_key_share_group(struct tls13_key_share *ks); |