diff options
Diffstat (limited to 'libtomcrypt/headers/tomcrypt_math.h')
-rw-r--r-- | libtomcrypt/headers/tomcrypt_math.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libtomcrypt/headers/tomcrypt_math.h b/libtomcrypt/headers/tomcrypt_math.h index 6c0e6c5..e997429 100644 --- a/libtomcrypt/headers/tomcrypt_math.h +++ b/libtomcrypt/headers/tomcrypt_math.h @@ -9,5 +9,4 @@ #include <tommath.h> -typedef mp_int* mp_int_t; - +typedef mp_int *mp_int_t; |