mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-26 17:26:15 +01:00
Fix hash buffer size in pkey programs
This commit is contained in:
parent
d224ff1f63
commit
102a620c9a
8 changed files with 8 additions and 8 deletions
|
|
@ -59,7 +59,7 @@ int main( int argc, char *argv[] )
|
|||
int ret = 1;
|
||||
size_t i;
|
||||
mbedtls_pk_context pk;
|
||||
unsigned char hash[20];
|
||||
unsigned char hash[32];
|
||||
unsigned char buf[MBEDTLS_MPI_MAX_SIZE];
|
||||
char filename[512];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue