Merge pull request #5472 from yuhaoth/pr/move-client-auth

Move client_auth to handshake
This commit is contained in:
Manuel Pégourié-Gonnard 2022-02-09 10:57:00 +01:00 committed by GitHub
commit 62b49cd06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 10 deletions

View file

@ -1612,11 +1612,6 @@ struct mbedtls_ssl_context
uint16_t MBEDTLS_PRIVATE(mtu); /*!< path mtu, used to fragment outgoing messages */
#endif /* MBEDTLS_SSL_PROTO_DTLS */
/*
* PKI layer
*/
int MBEDTLS_PRIVATE(client_auth); /*!< flag for client auth. */
/*
* User settings
*/