summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r--src/lib/libssl/ssl_local.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index 95913f81a6..9999d55963 100644
--- a/src/lib/libssl/ssl_local.h
+++ b/src/lib/libssl/ssl_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_local.h,v 1.41 2026/06/06 15:08:15 jsing Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.42 2026/06/08 11:38:04 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 *
@@ -1336,7 +1336,8 @@ int ssl_kex_derive_dhe(DH *dh, DH *dh_peer,
1336int ssl_kex_dummy_ecdhe_x25519(EVP_PKEY *pkey); 1336int ssl_kex_dummy_ecdhe_x25519(EVP_PKEY *pkey);
1337int ssl_kex_generate_ecdhe_ecp(EC_KEY *ecdh, int nid); 1337int ssl_kex_generate_ecdhe_ecp(EC_KEY *ecdh, int nid);
1338int ssl_kex_public_ecdhe_ecp(EC_KEY *ecdh, CBB *cbb); 1338int ssl_kex_public_ecdhe_ecp(EC_KEY *ecdh, CBB *cbb);
1339int ssl_kex_peer_public_ecdhe_ecp(EC_KEY *ecdh, int nid, CBS *cbs); 1339int ssl_kex_peer_public_ecdhe_ecp(EC_KEY *ecdh, int nid, CBS *cbs,
1340 int *decode_error);
1340int ssl_kex_derive_ecdhe_ecp(EC_KEY *ecdh, EC_KEY *ecdh_peer, 1341int ssl_kex_derive_ecdhe_ecp(EC_KEY *ecdh, EC_KEY *ecdh_peer,
1341 uint8_t **shared_key, size_t *shared_key_len); 1342 uint8_t **shared_key, size_t *shared_key_len);
1342 1343