Remove unused struct member in ssl_context
Actually belongs to ssl_session
This commit is contained in:
parent
2a1524ccb5
commit
f7c2eebfcf
1 changed files with 0 additions and 1 deletions
|
@ -749,7 +749,6 @@ struct mbedtls_ssl_context
|
||||||
* PKI layer
|
* PKI layer
|
||||||
*/
|
*/
|
||||||
int client_auth; /*!< flag for client auth. */
|
int client_auth; /*!< flag for client auth. */
|
||||||
int verify_result; /*!< verification result */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* User settings
|
* User settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue