From 7b5e6863449dfb0aa2524a9a0c0aad660701699a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 25 May 2026 09:09:34 +0000 Subject: Remove unused prototype. --- src/lib/libssl/ssl_local.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: ssl_local.h,v 1.37 2026/04/03 13:11:00 jsing Exp $ */ +/* $OpenBSD: ssl_local.h,v 1.38 2026/05/25 09:09:34 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1327,7 +1327,6 @@ int ssl3_do_change_cipher_spec(SSL *ssl); int ssl3_packet_read(SSL *s, int plen); int ssl3_packet_extend(SSL *s, int plen); -int ssl_server_legacy_first_packet(SSL *s); int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, unsigned int len); -- cgit v1.2.3-55-g6feb