diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-21 10:54:11 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-21 10:54:11 +0800 |
commit | fb8fb7fed0bb822ccc11ed20229db51a3991a0e5 (patch) | |
tree | 55ee48f994e54c285846be8487ffe23876840d9b /Makefile.in | |
parent | 1abd239b9ded3386fac8d553aa4652da88a52d58 (diff) |
add dbmalloc epoch cleanup
--HG--
branch : fuzz
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 19c747f..d2f2eeb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,6 +34,7 @@ COMMONOBJS=dbutil.o buffer.o dbhelpers.o \ queue.o \ atomicio.o compat.o fake-rfc2553.o \ ltc_prng.o ecc.o ecdsa.o crypto_desc.o \ + dbmalloc.o \ gensignkey.o gendss.o genrsa.o SVROBJS=svr-kex.o svr-auth.o sshpty.o \ |