mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-31 03:30:35 -04:00 
			
		
		
		
	Move comment closer to relevant code
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
		
							parent
							
								
									ba7248abc4
								
							
						
					
					
						commit
						d3da503c29
					
				| @ -41,15 +41,15 @@ | |||||||
| #error "Invalid config version, MBEDTLS_CONFIG_VERSION != 1" | #error "Invalid config version, MBEDTLS_CONFIG_VERSION != 1" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | #if defined(MBEDTLS_USER_CONFIG_VERSION) | ||||||
|  | #error "MBEDTLS_USER_CONFIG_VERSION defined outside MBEDTLS_USER_CONFIG_FILE" | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
| /* Target and application specific configurations
 | /* Target and application specific configurations
 | ||||||
|  * |  * | ||||||
|  * Allow user to override any previous default. |  * Allow user to override any previous default. | ||||||
|  * |  * | ||||||
|  */ |  */ | ||||||
| #if defined(MBEDTLS_USER_CONFIG_VERSION) |  | ||||||
| #error "MBEDTLS_USER_CONFIG_VERSION defined outside MBEDTLS_USER_CONFIG_FILE" |  | ||||||
| #endif |  | ||||||
| 
 |  | ||||||
| #if defined(MBEDTLS_USER_CONFIG_FILE) | #if defined(MBEDTLS_USER_CONFIG_FILE) | ||||||
| #include MBEDTLS_USER_CONFIG_FILE | #include MBEDTLS_USER_CONFIG_FILE | ||||||
| #if !defined(MBEDTLS_USER_CONFIG_VERSION) || \ | #if !defined(MBEDTLS_USER_CONFIG_VERSION) || \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bence Szépkúti
						Bence Szépkúti