mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:45:48 +01:00
- Removed redundant "ok" printing
This commit is contained in:
parent
efc302964c
commit
436e4c59c3
@ -264,8 +264,6 @@ int main( void )
|
||||
goto exit;
|
||||
}
|
||||
|
||||
printf( " ok\n" );
|
||||
|
||||
ssl_set_endpoint( &ssl, SSL_IS_SERVER );
|
||||
ssl_set_authmode( &ssl, SSL_VERIFY_NONE );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user