mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 18:38:32 +00:00
- Removed redundant "ok" printing
This commit is contained in:
parent
efc302964c
commit
436e4c59c3
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue