Skip to content
Snippets Groups Projects
Commit 484d1e9b authored by Matt Johnston's avatar Matt Johnston
Browse files

merge

--HG--
branch : coverity
parents 278a3e43 80130098
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,7 +40,7 @@ RANLIB = ranlib
EXTRALIBS = ../libtommath/libtommath.a
 
#Compilation flags
LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/
LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ $(CFLAGS)
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
VERSION=1.18.1
 
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@
*/
void zeromem(volatile void *out, size_t outlen)
{
m_burn(out, outlen);
m_burn((void*)out, outlen);
}
 
/* ref: $Format:%D$ */
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment