mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Deprecate ssl_set_bio()
This commit is contained in:
committed by
Paul Bakker
parent
df3acd82e2
commit
ef88e68188
@@ -1166,6 +1166,8 @@ void ssl_set_dbg( ssl_context *ssl,
|
||||
* \warning It is required that p_recv == p_send. Otherwise, the first
|
||||
* attempt at sending or receiving will result in a
|
||||
* POLARSSL_ERR_SSL_BAD_INPUT_DATA error.
|
||||
*
|
||||
* \deprecated Superseded by ssl_set_bio_timeout().
|
||||
*/
|
||||
void ssl_set_bio( ssl_context *ssl,
|
||||
int (*f_recv)(void *, unsigned char *, size_t), void *p_recv,
|
||||
|
||||
Reference in New Issue
Block a user