Commit 3c075bf0 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.

parent bdf40fd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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