diff options
author | Ladislav Zezula <zezula@volny.cz> | 2016-08-30 12:35:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 12:35:47 +0200 |
commit | 497a88257cee4e834da43461cad786b4d8ade378 (patch) | |
tree | 2834e2262caacd681edabc7821d9546aa3f02d6a /src/libtomcrypt | |
parent | 8a370dd9336540b8be585272182de0f74aac9241 (diff) | |
parent | 1e35a05378cd23ae9fe78420dc09ef56fcf70274 (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.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}; |