diff libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c @ 910:89555751c489 asm

merge up to 2013.63, improve ASM makefile rules a bit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Feb 2014 21:35:58 +0800
parents ac2158e3e403
children f849a5ca2efc
line wrap: on
line diff
--- a/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c	Sun Oct 06 22:32:03 2013 +0800
+++ b/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c	Thu Feb 27 21:35:58 2014 +0800
@@ -10,4 +10,4 @@
  */
 #include "tomcrypt.h"
 
-ltc_math_descriptor ltc_mp;
+ltc_math_descriptor ltc_mp = {0};