aes/asm/aesni-x86.pl: fix typo affecting Windows build.
[openssl.git] / Configure
index 2e70238bc7e512714c4522072bdd70ac0fe9c813..ba18ac35e7198225ef9f3fe39f59830345fb5db7 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -425,6 +425,8 @@ 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",
        modes_obj       => "ghashv8-armx.o",