mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix coding style in pkcs5.c preprocessor directives
This commit is contained in:
		
							parent
							
								
									8a0dfacb58
								
							
						
					
					
						commit
						af9a486b01
					
				@ -38,13 +38,14 @@
 | 
				
			|||||||
#if defined(MBEDTLS_PKCS5_C)
 | 
					#if defined(MBEDTLS_PKCS5_C)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "mbedtls/pkcs5.h"
 | 
					#include "mbedtls/pkcs5.h"
 | 
				
			||||||
#include <string.h>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_ASN1_PARSE_C)
 | 
					#if defined(MBEDTLS_ASN1_PARSE_C)
 | 
				
			||||||
#include "mbedtls/asn1.h"
 | 
					#include "mbedtls/asn1.h"
 | 
				
			||||||
#include "mbedtls/cipher.h"
 | 
					#include "mbedtls/cipher.h"
 | 
				
			||||||
#include "mbedtls/oid.h"
 | 
					#include "mbedtls/oid.h"
 | 
				
			||||||
#endif
 | 
					#endif /* MBEDTLS_ASN1_PARSE_C */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_PLATFORM_C)
 | 
					#if defined(MBEDTLS_PLATFORM_C)
 | 
				
			||||||
#include "mbedtls/platform.h"
 | 
					#include "mbedtls/platform.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user