mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add missing compile-time guard around CID API in ssl_server2
This commit is contained in:
		
							parent
							
								
									2cdc5c3cf9
								
							
						
					
					
						commit
						3a96828ead
					
				@ -3633,9 +3633,11 @@ data_exchange:
 | 
			
		||||
    }
 | 
			
		||||
#endif /* MBEDTLS_SSL_RENEGOTIATION */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_SSL_CID)
 | 
			
		||||
    ret = report_cid_usage( &ssl, "after renegotiation" );
 | 
			
		||||
    if( ret != 0 )
 | 
			
		||||
        goto exit;
 | 
			
		||||
#endif /* MBEDTLS_SSL_CID */
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
     * 7. Write the 200 Response
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user