mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
ChangeLog updated and returning proper value
This commit is contained in:
parent
d9d5c55438
commit
0cbe816bfc
2 changed files with 3 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ exit:
|
|||
fflush( stdout ); getchar();
|
||||
#endif
|
||||
|
||||
return( ret );
|
||||
return( ret ? EXIT_FAILURE : EXIT_SUCCESS );
|
||||
}
|
||||
#endif /* MBEDTLS_BIGNUM_C && MBEDTLS_ENTROPY_C &&
|
||||
MBEDTLS_SHA256_C && MBEDTLS_PK_PARSE_C && MBEDTLS_FS_IO &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue