Merge pull request #5 from moritz/fix-compilation
fix mp_error_to_string in tommath.h
This commit is contained in:
		
						commit
						4493d85162
					
				@ -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 */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user