1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #3574 from makise-homura/e2k_support

Support building on e2k (Elbrus) architecture
This commit is contained in:
Gilles Peskine
2020-08-25 09:46:36 +02:00
committed by GitHub
5 changed files with 15 additions and 5 deletions

View File

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