mirror of
				https://github.com/wangyu-/udp2raw.git
				synced 2025-11-01 02:35:37 +08:00 
			
		
		
		
	fixed possible macro issue
This commit is contained in:
		
							
								
								
									
										4
									
								
								lib/aes_acc/asm/arm_arch.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								lib/aes_acc/asm/arm_arch.h
									
									
									
									
										vendored
									
									
								
							| @@ -7,8 +7,8 @@ | ||||
|  * https://www.openssl.org/source/license.html | ||||
|  */ | ||||
|  | ||||
| #ifndef UDP2RAW__ARM_ARCH_H__ | ||||
| # define UDP2RAW__ARM_ARCH_H__ | ||||
| #ifndef UDP2RAW_ARM_ARCH_H_ | ||||
| # define UDP2RAW_ARM_ARCH_H_ | ||||
|  | ||||
| # if !defined(__ARM_ARCH__) | ||||
| #  if defined(__CC_ARM) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user