diff options
author | H0zen <H0zen@users.noreply.github.com> | 2016-08-30 11:43:34 +0300 |
---|---|---|
committer | H0zen <H0zen@users.noreply.github.com> | 2016-08-30 11:43:34 +0300 |
commit | 1e35a05378cd23ae9fe78420dc09ef56fcf70274 (patch) | |
tree | 2834e2262caacd681edabc7821d9546aa3f02d6a /src | |
parent | 8a370dd9336540b8be585272182de0f74aac9241 (diff) |
Fix Unix builds
-Fix static build on OSX
-Fix FreeBSD build
Diffstat (limited to 'src')
-rw-r--r-- | src/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c | 2 |
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}; |