mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Remove unused struct member in ssl_context
Actually belongs to ssl_session
This commit is contained in:
		@@ -749,7 +749,6 @@ struct mbedtls_ssl_context
 | 
			
		||||
     * PKI layer
 | 
			
		||||
     */
 | 
			
		||||
    int client_auth;                    /*!<  flag for client auth.   */
 | 
			
		||||
    int verify_result;                  /*!<  verification result     */
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
     * User settings
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user