summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-09-22 23:02:45 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-09-22 23:02:45 +0000
commit024217024c15a31dd05ac42c1da636dae15c7fa2 (patch)
tree87db32a257f13502b6f3fd5dafa96a77886e79eb /secure
parent8072609dd0de24702ce3cd3debdabd7aac06b47f (diff)
downloadsrc-test2-024217024c15a31dd05ac42c1da636dae15c7fa2.tar.gz
src-test2-024217024c15a31dd05ac42c1da636dae15c7fa2.zip
Connect an assembly file for aarch64 to build.
Notes
Notes: svn path=/projects/openssl111/; revision=338894
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index de2300b8c041..22cae8a01f3e 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -274,7 +274,9 @@ SRCS+= pk7_smime.c pkcs7err.c
# poly1305
SRCS+= poly1305.c poly1305_ameth.c poly1305_pmeth.c
-.if defined(ASM_amd64)
+.if defined(ASM_aarch64)
+SRCS+= poly1305-armv8.S
+.elif defined(ASM_amd64)
SRCS+= poly1305-x86_64.S
.elif defined(ASM_arm)
SRCS+= poly1305-armv4.S