mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	- Minor define change to prevent warning
This commit is contained in:
		
							parent
							
								
									993d11dd05
								
							
						
					
					
						commit
						0e19e9ff1c
					
				@ -61,7 +61,8 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(POLARSSL_PADLOCK_C)
 | 
					#if defined(POLARSSL_PADLOCK_C) &&                      \
 | 
				
			||||||
 | 
					    ( defined(POLARSSL_HAVE_X86) || defined(PADLOCK_ALIGN16) )
 | 
				
			||||||
static int aes_padlock_ace = -1;
 | 
					static int aes_padlock_ace = -1;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user