Remove unused struct member in ssl_context

Actually belongs to ssl_session
This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-27 18:06:02 +02:00
parent 2a1524ccb5
commit f7c2eebfcf

View file

@ -749,7 +749,6 @@ struct mbedtls_ssl_context
* PKI layer
*/
int client_auth; /*!< flag for client auth. */
int verify_result; /*!< verification result */
/*
* User settings