From: Andy Polyakov Date: Wed, 9 Nov 2011 20:08:44 +0000 (+0000) Subject: arm_arch.h: allow to specify __ARM_ARCH__ elsewhere. X-Git-Tag: master-post-reformat~2098 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3c075bf07f2d57c0272260409bf38fb6f438b016 arm_arch.h: allow to specify __ARM_ARCH__ elsewhere. --- 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 @@ -48,4 +49,3 @@ extern unsigned int OPENSSL_armcap_P; #endif #endif -#endif