mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 23:22:58 +00:00
Fix hash buffer size in pkey programs
This commit is contained in:
@@ -58,7 +58,7 @@ int main( int argc, char *argv[] )
|
||||
int ret, c;
|
||||
size_t i;
|
||||
mbedtls_rsa_context rsa;
|
||||
unsigned char hash[20];
|
||||
unsigned char hash[32];
|
||||
unsigned char buf[MBEDTLS_MPI_MAX_SIZE];
|
||||
char filename[512];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user