aboutsummaryrefslogtreecommitdiff
path: root/src/libtomcrypt
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2016-08-30 12:35:47 +0200
committerGitHub <noreply@github.com>2016-08-30 12:35:47 +0200
commit497a88257cee4e834da43461cad786b4d8ade378 (patch)
tree2834e2262caacd681edabc7821d9546aa3f02d6a /src/libtomcrypt
parent8a370dd9336540b8be585272182de0f74aac9241 (diff)
parent1e35a05378cd23ae9fe78420dc09ef56fcf70274 (diff)
Merge pull request #86 from H0zen/unix-fixes
Merged. Thank you for the contribution.
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};