mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Get rid of useless handshake field out_async_start
The location where the signature goes is now tracked via ssl->out_msglen, which makes ssl->handshake->out_async_start redundant.
This commit is contained in:
@ -220,7 +220,6 @@ struct mbedtls_ssl_handshake_params
|
||||
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
||||
#if defined(MBEDTLS_SSL_ASYNC_PRIVATE_C)
|
||||
void *p_async_operation_ctx; /*!< asynchronous operation context */
|
||||
unsigned char *out_async_start; /*!< pointer where the asynchronous operation must write in the output buffer */
|
||||
#endif /* MBEDTLS_SSL_ASYNC_PRIVATE_C */
|
||||
|
||||
#if defined(MBEDTLS_SSL_PROTO_DTLS)
|
||||
|
Reference in New Issue
Block a user