fix mp_error_to_string in tommath.h

This commit is contained in:
Moritz Lenz 2012-01-09 06:50:09 +01:00
parent abb79ebfed
commit fef72c3423
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 */