Mercurial > dropbear
changeset 570:fb9a341e4454
- scp progressbar needs strlcat(), so add compat.o
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 02 Sep 2009 15:05:14 +0000 |
parents | 6f472dc54da7 |
children | 281ed8384eb4 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Wed Sep 02 14:47:12 2009 +0000 +++ b/Makefile.in Wed Sep 02 15:05:14 2009 +0000 @@ -41,7 +41,7 @@ CONVERTOBJS=dropbearconvert.o keyimport.o -SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o +SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o compat.o HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \ dss.h bignum.h signkey.h rsa.h random.h service.h auth.h \