Quit using deprecated ssl_set_bio() in programs
This commit is contained in:
parent
9a65e80e4f
commit
aeab252fef
7 changed files with 7 additions and 13 deletions
|
@ -197,8 +197,7 @@ static void *handle_ssl_connection( void *data )
|
|||
|
||||
polarssl_printf( " [ #%d ] ok\n", thread_id );
|
||||
|
||||
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( " [ #%d ] ok\n", thread_id );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue