mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Added missing stdio in lib x509.c needed for sscanf
This commit is contained in:
		
							parent
							
								
									d08a605dac
								
							
						
					
					
						commit
						36796df815
					
				@ -42,6 +42,7 @@
 | 
				
			|||||||
#include "polarssl/asn1.h"
 | 
					#include "polarssl/asn1.h"
 | 
				
			||||||
#include "polarssl/oid.h"
 | 
					#include "polarssl/oid.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(POLARSSL_PEM_PARSE_C)
 | 
					#if defined(POLARSSL_PEM_PARSE_C)
 | 
				
			||||||
@ -65,6 +66,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(POLARSSL_FS_IO)
 | 
					#if defined(POLARSSL_FS_IO)
 | 
				
			||||||
 | 
					#include <stdio.h>
 | 
				
			||||||
#if !defined(_WIN32)
 | 
					#if !defined(_WIN32)
 | 
				
			||||||
#include <sys/types.h>
 | 
					#include <sys/types.h>
 | 
				
			||||||
#include <sys/stat.h>
 | 
					#include <sys/stat.h>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user