Mercurial > dropbear
comparison Makefile.in @ 727:00bc3df3a9c3
Don't bother waiting for a ssh-connection service reply - the server
will disconnect if it wasn't accepted
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 31 Mar 2013 21:38:17 +0800 |
parents | c95860b53363 |
children | 09c5eb71ec96 |
comparison
equal
deleted
inserted
replaced
726:78eda530c000 | 727:00bc3df3a9c3 |
---|---|
32 svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o \ | 32 svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o \ |
33 svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o\ | 33 svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o\ |
34 svr-tcpfwd.o svr-authpam.o | 34 svr-tcpfwd.o svr-authpam.o |
35 | 35 |
36 CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ | 36 CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ |
37 cli-session.o cli-service.o cli-runopts.o cli-chansession.o \ | 37 cli-session.o cli-runopts.o cli-chansession.o \ |
38 cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o \ | 38 cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o \ |
39 cli-agentfwd.o list.o | 39 cli-agentfwd.o list.o |
40 | 40 |
41 CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \ | 41 CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \ |
42 common-channel.o common-chansession.o termcodes.o loginrec.o \ | 42 common-channel.o common-chansession.o termcodes.o loginrec.o \ |