summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r--src/lib/libssl/tls13_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index 8d5d9c4efe..6f5f5197d0 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.62 2020/04/17 17:16:53 jsing Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.63 2020/04/18 14:07:56 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>
@@ -128,6 +128,7 @@ struct tls13_key_share *tls13_key_share_new_nid(int nid);
128void tls13_key_share_free(struct tls13_key_share *ks); 128void tls13_key_share_free(struct tls13_key_share *ks);
129 129
130uint16_t tls13_key_share_group(struct tls13_key_share *ks); 130uint16_t tls13_key_share_group(struct tls13_key_share *ks);
131int tls13_key_share_peer_pkey(struct tls13_key_share *ks, EVP_PKEY *pkey);
131int tls13_key_share_generate(struct tls13_key_share *ks); 132int tls13_key_share_generate(struct tls13_key_share *ks);
132int tls13_key_share_public(struct tls13_key_share *ks, CBB *cbb); 133int tls13_key_share_public(struct tls13_key_share *ks, CBB *cbb);
133int tls13_key_share_peer_public(struct tls13_key_share *ks, uint16_t group, 134int tls13_key_share_peer_public(struct tls13_key_share *ks, uint16_t group,