From 1e35a05378cd23ae9fe78420dc09ef56fcf70274 Mon Sep 17 00:00:00 2001 From: H0zen Date: Tue, 30 Aug 2016 11:43:34 +0300 Subject: Fix Unix builds -Fix static build on OSX -Fix FreeBSD build --- src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtomcrypt') diff --git a/src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c b/src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c index 91ba9d1..c02a96f 100644 --- a/src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c +++ b/src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c @@ -10,4 +10,4 @@ */ #include "../headers/tomcrypt.h" -ltc_math_descriptor ltc_mp; +ltc_math_descriptor ltc_mp = {0}; -- cgit v1.2.3