mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix multiple stdio.h inclusion in query_config.c
This commit is contained in:
		
							parent
							
								
									08457ce76b
								
							
						
					
					
						commit
						2fdc2c299f
					
				@ -28,6 +28,7 @@
 | 
			
		||||
#if defined(MBEDTLS_PLATFORM_C)
 | 
			
		||||
#include "mbedtls/platform.h"
 | 
			
		||||
#else
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define mbedtls_printf printf
 | 
			
		||||
#endif /* MBEDTLS_PLATFORM_C */
 | 
			
		||||
 | 
			
		||||
@ -100,7 +101,6 @@
 | 
			
		||||
#include "mbedtls/x509_csr.h"
 | 
			
		||||
#include "mbedtls/xtea.h"
 | 
			
		||||
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
/* Helper macros to convert a macro or its expansion into a string */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user