1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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
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
*/