mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Include common.h from ssl_tls13_keys.c
`common.h` takes care of the logic of chosing the correct configuration file, so we don't need to replicate it in each source file. Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
		
							parent
							
								
									b11c3097a5
								
							
						
					
					
						commit
						58c5cea73b
					
				| @ -17,11 +17,7 @@ | ||||
|  *  limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| #if !defined(MBEDTLS_CONFIG_FILE) | ||||
| #include "mbedtls/config.h" | ||||
| #else | ||||
| #include MBEDTLS_CONFIG_FILE | ||||
| #endif | ||||
| #include "common.h" | ||||
| 
 | ||||
| #if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hanno Becker
						Hanno Becker