mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 17:28:08 +00:00
- Enlarged buffer to allow better debugging.
This commit is contained in:
parent
4c14a258fe
commit
08f3c30547
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ int mpi_write_file( const char *p, const mpi *X, int radix, FILE *fout )
|
||||||
int n, ret;
|
int n, ret;
|
||||||
size_t slen;
|
size_t slen;
|
||||||
size_t plen;
|
size_t plen;
|
||||||
char s[1024];
|
char s[2048];
|
||||||
|
|
||||||
n = sizeof( s );
|
n = sizeof( s );
|
||||||
memset( s, 0, n );
|
memset( s, 0, n );
|
||||||
|
|
Loading…
Reference in a new issue