[openssh-commits] [openssh] 03/10: upstream: remove unneeded externs ok djm@
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 25 17:02:34 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 0af7e5b690e2cfe8824f04f154b0e543509dbefd
Author: jsg at openbsd.org <jsg at openbsd.org>
AuthorDate: Thu Sep 25 02:15:39 2025 +0000
upstream: remove unneeded externs ok djm@
OpenBSD-Commit-ID: fe553193e910a122505142a4e1db7358cc1ae653
---
session.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/session.c b/session.c
index 43eebd6c2..f265fdc3e 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.343 2025/08/18 03:43:01 djm Exp $ */
+/* $OpenBSD: session.c,v 1.344 2025/09/25 02:15:39 jsg Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -139,9 +139,6 @@ static int session_pty_req(struct ssh *, Session *);
extern ServerOptions options;
extern char *__progname;
extern int debug_flag;
-extern u_int utmp_len;
-extern int startup_pipe;
-extern void destroy_sensitive_data(void);
extern struct sshbuf *loginmsg;
extern struct sshauthopt *auth_opts;
extern char *tun_fwd_ifnames; /* serverloop.c */
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list