arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.

This commit is contained in:
Andy Polyakov 2011-11-09 20:08:44 +00:00
parent bdf40fd251
commit 3c075bf07f

View File

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