mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix unused variable warning in ssl_parse_certificate_coordinate()
This was triggered in client-only builds.
This commit is contained in:
		
							parent
							
								
									bdf75eb243
								
							
						
					
					
						commit
						84d9d2734f
					
				@ -6020,6 +6020,8 @@ static int ssl_parse_certificate_coordinate( mbedtls_ssl_context *ssl,
 | 
			
		||||
            return( SSL_CERTIFICATE_SKIP );
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
#else
 | 
			
		||||
    ((void) authmode);
 | 
			
		||||
#endif /* MBEDTLS_SSL_SRV_C */
 | 
			
		||||
 | 
			
		||||
    return( SSL_CERTIFICATE_EXPECTED );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user