mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
This commit is contained in:
@@ -92,7 +92,8 @@ int main( int argc, char *argv[] )
|
||||
x509_cert cacert;
|
||||
x509_cert clicert;
|
||||
rsa_context rsa;
|
||||
int i, j, n;
|
||||
int i;
|
||||
size_t j, n;
|
||||
char *p, *q;
|
||||
const int *list;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user