summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-02-11 12:29:06 +0100
committerAndy Polyakov <appro@openssl.org>2018-02-12 14:04:53 +0100
commit77f3612e2bd930b27dcab63fdcca1d7091cb948d (patch)
tree1bc8052e36ad1a604fa11da19409b117589ec661 /crypto/arm_arch.h
parent1d0c08b4963f5f7e1d1855e360417a11973d8455 (diff)
crypto/armcap.c: detect hardware-assisted SHA512 support.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 8b41408296..395ada61a4 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -79,5 +79,6 @@ extern unsigned int OPENSSL_armcap_P;
# define ARMV8_SHA1 (1<<3)
# define ARMV8_SHA256 (1<<4)
# define ARMV8_PMULL (1<<5)
+# define ARMV8_SHA512 (1<<6)
#endif