mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Quit using deprecated ssl_set_bio() in programs
This commit is contained in:
@ -251,8 +251,7 @@ reset:
|
||||
goto exit;
|
||||
}
|
||||
|
||||
ssl_set_bio( &ssl, net_recv, &client_fd,
|
||||
net_send, &client_fd );
|
||||
ssl_set_bio_timeout( &ssl, &client_fd, net_send, net_recv, NULL, 0 );
|
||||
|
||||
polarssl_printf( " ok\n" );
|
||||
|
||||
|
Reference in New Issue
Block a user