[openssh-commits] [openssh] 01/02: sshd doesn't need sshpty.c any more
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Sep 15 17:19:36 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 563087a648e1490582582381ac723c85ad6f457c
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Tue Sep 15 17:00:01 2026 +1000
sshd doesn't need sshpty.c any more
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index e9503e7b7..ffc13e069 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,7 +119,7 @@ SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
SSHDOBJS=sshd.o \
platform-listen.o \
- servconf.o sshpty.o srclimit.o groupaccess.o auth2-methods.o \
+ servconf.o srclimit.o groupaccess.o auth2-methods.o \
dns.o fatal.o compat.o utf8.o authfd.o canohost.o \
$(P11OBJS) $(SKOBJS)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list