Merge pull request #3598 from makise-homura/mbedtls-2.16

Backport 2.16: Support building on e2k (Elbrus) architecture
This commit is contained in:
Gilles Peskine 2020-08-25 09:46:39 +02:00 committed by GitHub
commit 14cb46de24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View file

@ -116,7 +116,7 @@ int main( int argc, char **argv )
{
usage:
mbedtls_printf( USAGE );
mbedtls_exit( exit_code );
goto exit;
}
for( i = 1; i < argc; i++ )