diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/tls_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls_internal.h b/src/lib/libssl/tls_internal.h index a009635a05..0065f0f39f 100644 --- a/src/lib/libssl/tls_internal.h +++ b/src/lib/libssl/tls_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls_internal.h,v 1.5 2022/01/11 18:28:41 jsing Exp $ */ | 1 | /* $OpenBSD: tls_internal.h,v 1.6 2022/06/29 08:27:51 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018, 2019, 2021 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018, 2019, 2021 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -77,6 +77,7 @@ int tls_key_share_peer_public(struct tls_key_share *ks, CBS *cbs, | |||
77 | int *decode_error, int *invalid_key); | 77 | int *decode_error, int *invalid_key); |
78 | int tls_key_share_derive(struct tls_key_share *ks, uint8_t **shared_key, | 78 | int tls_key_share_derive(struct tls_key_share *ks, uint8_t **shared_key, |
79 | size_t *shared_key_len); | 79 | size_t *shared_key_len); |
80 | int tls_key_share_peer_security(const SSL *ssl, struct tls_key_share *ks); | ||
80 | 81 | ||
81 | __END_HIDDEN_DECLS | 82 | __END_HIDDEN_DECLS |
82 | 83 | ||