1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

- Removed redundant "ok" printing

This commit is contained in:
Paul Bakker
2011-11-11 10:28:24 +00:00
parent efc302964c
commit 436e4c59c3

View File

@ -264,8 +264,6 @@ int main( void )
goto exit; goto exit;
} }
printf( " ok\n" );
ssl_set_endpoint( &ssl, SSL_IS_SERVER ); ssl_set_endpoint( &ssl, SSL_IS_SERVER );
ssl_set_authmode( &ssl, SSL_VERIFY_NONE ); ssl_set_authmode( &ssl, SSL_VERIFY_NONE );