aboutsummaryrefslogtreecommitdiff
path: root/src/libtomcrypt
diff options
context:
space:
mode:
authorH0zen <H0zen@users.noreply.github.com>2016-08-30 11:43:34 +0300
committerH0zen <H0zen@users.noreply.github.com>2016-08-30 11:43:34 +0300
commit1e35a05378cd23ae9fe78420dc09ef56fcf70274 (patch)
tree2834e2262caacd681edabc7821d9546aa3f02d6a /src/libtomcrypt
parent8a370dd9336540b8be585272182de0f74aac9241 (diff)
Fix Unix builds
-Fix static build on OSX -Fix FreeBSD build
Diffstat (limited to 'src/libtomcrypt')
-rw-r--r--src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c2
1 files changed, 1 insertions, 1 deletions
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};