mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-31 11:40:51 -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. |  *  limitations under the License. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #if !defined(MBEDTLS_CONFIG_FILE) | #include "common.h" | ||||||
| #include "mbedtls/config.h" |  | ||||||
| #else |  | ||||||
| #include MBEDTLS_CONFIG_FILE |  | ||||||
| #endif |  | ||||||
| 
 | 
 | ||||||
| #if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL) | #if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hanno Becker
						Hanno Becker