mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix return code in cert_app
This commit is contained in:
parent
e43187d59d
commit
671589d9a2
1 changed files with 2 additions and 0 deletions
|
|
@ -351,6 +351,8 @@ int main( int argc, char *argv[] )
|
|||
cur = cur->next;
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
|
||||
/*
|
||||
* 1.3 Verify the certificate
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue