1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix a few more warnings in small configurations

This commit is contained in:
Manuel Pégourié-Gonnard
2013-09-20 11:29:59 +02:00
parent 4fee79b885
commit a7496f00ff
5 changed files with 35 additions and 11 deletions

View File

@ -406,7 +406,9 @@ int main( int argc, char *argv[] )
ssl_set_own_cert( &ssl, &clicert, &pkey );
#if defined(POLARSSL_SSL_SERVER_NAME_INDICATION)
ssl_set_hostname( &ssl, opt.server_name );
#endif
/*
* 4. Handshake