mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	ECDH: Remove unnecessary #include
This commit is contained in:
		
							parent
							
								
									737df0c755
								
							
						
					
					
						commit
						4061f04acd
					
				@ -47,10 +47,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_ECDH_LEGACY_CONTEXT)
 | 
					#if defined(MBEDTLS_ECDH_LEGACY_CONTEXT)
 | 
				
			||||||
typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
 | 
					typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
#if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED)
 | 
					 | 
				
			||||||
#include "everest/everest.h"
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static mbedtls_ecp_group_id mbedtls_ecdh_grp_id(
 | 
					static mbedtls_ecp_group_id mbedtls_ecdh_grp_id(
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user