mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-06 12:00:59 +03:00
Adapt ssl_fetch_input() for UDP
This commit is contained in:
committed by
Paul Bakker
parent
8a06d9c5d6
commit
fe98aceb70
@@ -1762,10 +1762,6 @@ int ssl_send_fatal_handshake_failure( ssl_context *ssl );
|
||||
int ssl_derive_keys( ssl_context *ssl );
|
||||
|
||||
int ssl_read_record( ssl_context *ssl );
|
||||
/**
|
||||
* \return 0 if successful, POLARSSL_ERR_SSL_CONN_EOF on EOF or
|
||||
* another negative error code.
|
||||
*/
|
||||
int ssl_fetch_input( ssl_context *ssl, size_t nb_want );
|
||||
|
||||
int ssl_write_record( ssl_context *ssl );
|
||||
|
||||
Reference in New Issue
Block a user