From: Andy Polyakov Date: Mon, 20 Apr 2015 12:58:01 +0000 (+0200) Subject: Configure: Engage ecp_nistz256-armv8 module. X-Git-Tag: OpenSSL_1_1_0-pre1~1299 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=cc98b998b82c4cf4e83ccaf4c3cc4963d2f9eace Configure: Engage ecp_nistz256-armv8 module. Reviewed-by: Richard Levitte --- diff --git a/Configure b/Configure index 95a9d3b94e..ba18ac35e7 100755 --- a/Configure +++ b/Configure @@ -425,6 +425,7 @@ my %table=( aarch64_asm => { template => 1, cpuid_obj => "armcap.o arm64cpuid.o mem_clr.o", + ec_obj => "ecp_nistz256.o ecp_nistz256-armv8.o", bn_obj => "bn_asm.o armv8-mont.o", aes_obj => "aes_core.o aes_cbc.o aesv8-armx.o vpaes-armv8.o", sha1_obj => "sha1-armv8.o sha256-armv8.o sha512-armv8.o",