diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 20:45:46 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 20:45:46 +0800 |
commit | 8c8ecec3e96525d498077da81084302371bab4da (patch) | |
tree | 89363b5cdacf796c1ac7976086d567ad0ce64b33 /Makefile.in | |
parent | cfac8435a73cddbc54a70ab07418b0bdb900fc10 (diff) | |
parent | b77864931bb577691c4bf59df3cfe4e5ba306bd0 (diff) |
merge ecc again
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index fa88f61..a644719 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,8 @@ COMMONOBJS=dbutil.o buffer.o \ signkey.o rsa.o random.o \ queue.o \ atomicio.o compat.o fake-rfc2553.o \ - ltc_prng.o ecc.o ecdsa.o crypto_desc.o + ltc_prng.o ecc.o ecdsa.o crypto_desc.o \ + gensignkey.o gendss.o genrsa.o SVROBJS=svr-kex.o svr-auth.o sshpty.o \ svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o \ @@ -42,9 +43,9 @@ CLIOBJS=cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \ common-channel.o common-chansession.o termcodes.o loginrec.o \ tcp-accept.o listener.o process-packet.o \ - common-runopts.o circbuffer.o + common-runopts.o circbuffer.o curve25519-donna.o -KEYOBJS=dropbearkey.o gendss.o genrsa.o +KEYOBJS=dropbearkey.o CONVERTOBJS=dropbearconvert.o keyimport.o |