- 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;
}
printf( " ok\n" );
ssl_set_endpoint( &ssl, SSL_IS_SERVER );
ssl_set_authmode( &ssl, SSL_VERIFY_NONE );