diff Makefile.in @ 1283:3017bc7d6238

move m_burn and function attributes to dbhelpers use m_burn for libtomcrypt zeromem() too
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 Mar 2016 23:21:33 +0800
parents 82e2037d34ea
children 750ec4ec4cbe b28624698130
line wrap: on
line diff
--- a/Makefile.in	Thu Mar 17 06:40:31 2016 +0800
+++ b/Makefile.in	Thu Mar 17 23:21:33 2016 +0800
@@ -24,7 +24,7 @@
 LIBTOM_LIBS=$(STATIC_LTC) $(STATIC_LTM) 
 endif
 
-COMMONOBJS=dbutil.o buffer.o \
+COMMONOBJS=dbutil.o buffer.o dbhelpers.o \
 		dss.o bignum.o \
 		signkey.o rsa.o dbrandom.o \
 		queue.o \