Rename ssl.renegotiation to ssl.renego_status
This commit is contained in:
parent
240b092a6c
commit
852a6d3d8f
4 changed files with 42 additions and 42 deletions
|
@ -795,7 +795,7 @@ struct _ssl_context
|
|||
int state; /*!< SSL handshake: current state */
|
||||
int transport; /*!< Transport: stream or datagram */
|
||||
#if defined(POLARSSL_SSL_RENEGOTIATION)
|
||||
int renegotiation; /*!< Initial or renegotiation */
|
||||
int renego_status; /*!< Initial, in progress, pending? */
|
||||
int renego_records_seen; /*!< Records since renego request, or with DTLS,
|
||||
number of retransmissions of request if
|
||||
renego_max_records is < 0 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue