Browse Source

fixed possible macro issue

wangyu- 8 years ago
parent
commit
5e8269f8f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/aes_acc/asm/arm_arch.h

+ 2 - 2
lib/aes_acc/asm/arm_arch.h

@@ -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)