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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index d5c218e50d..95913f81a6 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.40 2026/06/04 12:05:57 tb Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.41 2026/06/06 15:08:15 jsing 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 *
@@ -1309,7 +1309,6 @@ long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp)(void));
1309long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void)); 1309long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void));
1310int ssl3_pending(const SSL *s); 1310int ssl3_pending(const SSL *s);
1311 1311
1312int ssl3_handshake_msg_hdr_len(SSL *s);
1313int ssl3_handshake_msg_start(SSL *s, CBB *handshake, CBB *body, 1312int ssl3_handshake_msg_start(SSL *s, CBB *handshake, CBB *body,
1314 uint8_t msg_type); 1313 uint8_t msg_type);
1315int ssl3_handshake_msg_finish(SSL *s, CBB *handshake); 1314int ssl3_handshake_msg_finish(SSL *s, CBB *handshake);