mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Fix return code in cert_app
This commit is contained in:
@@ -351,6 +351,8 @@ int main( int argc, char *argv[] )
|
||||
cur = cur->next;
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
|
||||
/*
|
||||
* 1.3 Verify the certificate
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user