Add option to run all prime tests.
[openssl.git] / crypto / arm_arch.h
index a50c36697611551167f7d2ac222f6d0403b1837f..d68318c851919416a1c3bb07d1964d1aea3bf010 100644 (file)
@@ -35,6 +35,7 @@
 #   error "unsupported ARM architecture"
 #  endif
 # endif
+#endif
 
 #ifdef OPENSSL_FIPSCANISTER
 #include <openssl/fipssyms.h>
@@ -45,7 +46,10 @@ extern unsigned int OPENSSL_armcap_P;
                                      
 #define ARMV7_NEON      (1<<0)
 #define ARMV7_TICK      (1<<1)
+#define ARMV8_AES       (1<<2)
+#define ARMV8_SHA1      (1<<3)
+#define ARMV8_SHA256    (1<<4)
+#define ARMV8_PMULL     (1<<5)
 #endif
 
 #endif
-#endif