mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Added error exit code
This commit is contained in:
parent
e708e5c901
commit
13eb9f01cf
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ int main( int argc, char *argv[] )
|
||||||
list++;
|
list++;
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
ret = 1;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue