mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
Configure: engage ARMv8 Montgomery multiplication module.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
cb2ed54582
commit
2c6343bfa3
@ -425,6 +425,7 @@ my %table=(
|
||||
aarch64_asm => {
|
||||
template => 1,
|
||||
cpuid_obj => "armcap.o arm64cpuid.o mem_clr.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",
|
||||
modes_obj => "ghashv8-armx.o",
|
||||
|
Loading…
Reference in New Issue
Block a user