summaryrefslogtreecommitdiff
path: root/src/lib/libssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl')
-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 6484c8dea3..ec8a52d703 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.37 2026/04/03 13:11:00 jsing Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.38 2026/05/25 09:09:34 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 *
@@ -1327,7 +1327,6 @@ int ssl3_do_change_cipher_spec(SSL *ssl);
1327 1327
1328int ssl3_packet_read(SSL *s, int plen); 1328int ssl3_packet_read(SSL *s, int plen);
1329int ssl3_packet_extend(SSL *s, int plen); 1329int ssl3_packet_extend(SSL *s, int plen);
1330int ssl_server_legacy_first_packet(SSL *s);
1331int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, 1330int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,
1332 unsigned int len); 1331 unsigned int len);
1333 1332