mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01: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…
Add table
Add a link
Reference in a new issue