mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Add a configuration fix for vsnprintf for non-conforming platforms
This commit is contained in:
		
							parent
							
								
									2cdb6b46be
								
							
						
					
					
						commit
						6b5ef48bf7
					
				@ -50,6 +50,11 @@
 | 
			
		||||
    !defined(MBEDTLS_PLATFORM_SNPRINTF_MACRO)
 | 
			
		||||
#define MBEDTLS_PLATFORM_SNPRINTF_ALT
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if !defined(MBEDTLS_PLATFORM_VSNPRINTF_ALT) && \
 | 
			
		||||
    !defined(MBEDTLS_PLATFORM_VSNPRINTF_MACRO)
 | 
			
		||||
#define MBEDTLS_PLATFORM_VSNPRINTF_ALT
 | 
			
		||||
#endif
 | 
			
		||||
#endif /* _WIN32 */
 | 
			
		||||
 | 
			
		||||
#if defined(TARGET_LIKE_MBED) && \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user