summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2026-05-25 09:09:34 +0000
committerjsing <>2026-05-25 09:09:34 +0000
commit7b5e6863449dfb0aa2524a9a0c0aad660701699a (patch)
treee56453fdd63fb740f5d3f15fc21b7cf87bb4200a /src
parentcb7546f1b31d2a3db3ce712955fa1e10a9112665 (diff)
downloadopenbsd-7b5e6863449dfb0aa2524a9a0c0aad660701699a.tar.gz
openbsd-7b5e6863449dfb0aa2524a9a0c0aad660701699a.tar.bz2
openbsd-7b5e6863449dfb0aa2524a9a0c0aad660701699a.zip
Remove unused prototype.
Diffstat (limited to 'src')
-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