summaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-09 20:08:44 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-09 20:08:44 +0000
commit3c075bf07f2d57c0272260409bf38fb6f438b016 (patch)
treebd32fffdcbdd482680e47c4dcdf82189522cc72a /crypto/arm_arch.h
parentbdf40fd2511d61439d169146760a121bcb17f194 (diff)
downloadopenssl-new-3c075bf07f2d57c0272260409bf38fb6f438b016.tar.gz
arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index a50c366976..5a83107680 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -35,6 +35,7 @@
# error "unsupported ARM architecture"
# endif
# endif
+#endif
#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
@@ -48,4 +49,3 @@ extern unsigned int OPENSSL_armcap_P;
#endif
#endif
-#endif