mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 02:35:48 +01:00
Correct the printf message of the DTLS handshake.
Make it consistent with dtls_server.c
This commit is contained in:
parent
964faeb6c4
commit
e1a94a6404
@ -203,7 +203,7 @@ int main( int argc, char *argv[] )
|
|||||||
/*
|
/*
|
||||||
* 4. Handshake
|
* 4. Handshake
|
||||||
*/
|
*/
|
||||||
mbedtls_printf( " . Performing the SSL/TLS handshake..." );
|
mbedtls_printf( " . Performing the DTLS handshake..." );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
|
|
||||||
do ret = mbedtls_ssl_handshake( &ssl );
|
do ret = mbedtls_ssl_handshake( &ssl );
|
||||||
|
Loading…
Reference in New Issue
Block a user