mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Updated relevant #ifdef
This commit is contained in:
		
							parent
							
								
									edb1a48397
								
							
						
					
					
						commit
						ca214b9aaf
					
				| @ -6949,7 +6949,7 @@ void mbedtls_ssl_handshake_free( mbedtls_ssl_handshake_params *handshake ) | |||||||
| #endif | #endif | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECDSA_C) | #if defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECDSA_C) || defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) | ||||||
|     /* explicit void pointer cast for buggy MS compiler */ |     /* explicit void pointer cast for buggy MS compiler */ | ||||||
|     mbedtls_free( (void *) handshake->curves ); |     mbedtls_free( (void *) handshake->curves ); | ||||||
| #endif | #endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Janos Follath
						Janos Follath