1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Fix return code in cert_app

This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-16 09:24:08 +00:00
parent e43187d59d
commit 671589d9a2

View File

@@ -351,6 +351,8 @@ int main( int argc, char *argv[] )
cur = cur->next;
}
ret = 0;
/*
* 1.3 Verify the certificate
*/