diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2016-09-30 11:23:58 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2016-09-30 11:23:58 +0200 |
commit | 12abc5eb0431cf6424d3317b1b6589d874b271d6 (patch) | |
tree | 8ce50b21522963d0e10553a797080b24f20e24da /src | |
parent | b8fb98fcc4aa2d1c6ab6ce57b6b2e10a25861a56 (diff) | |
parent | e4728239240db4042b10a952ab5809903e7ec0aa (diff) |
Merge branch 'master' of https://github.com/ladislav-zezula/StormLib
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}; |