Merge pull request #5 from moritz/fix-compilation

fix mp_error_to_string in tommath.h
This commit is contained in:
Steffen Jaeckel 2012-01-09 03:28:22 -08:00
commit 4493d85162
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ typedef int ltm_prime_callback(unsigned char *dst, int len, void *dat);
#define SIGN(m) ((m)->sign)
/* error code to char* string */
char *mp_error_to_string(int code);
const char *mp_error_to_string(int code);
/* ---> init and deinit bignum functions <--- */
/* init a bignum */