diff options
author | Richard Levitte <levitte@openssl.org> | 2019-06-16 22:17:26 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-06-17 16:08:53 +0200 |
commit | a9bb7e9270d26416cc387bc0777c18f9690e2302 (patch) | |
tree | 22122cf1ecb08ea4e957e3e2256dacad1e1b17c7 /Configure | |
parent | Move cmll_asm_src file information to build.info files (diff) | |
download | openssl-a9bb7e9270d26416cc387bc0777c18f9690e2302.tar.xz openssl-a9bb7e9270d26416cc387bc0777c18f9690e2302.zip |
Move modes_asm_src file information to build.info files
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9166)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1407,9 +1407,6 @@ unless ($disabled{asm}) { if ($target{keccak1600_asm_src} ne $table{DEFAULTS}->{keccak1600_asm_src}) { push @{$config{lib_defines}}, "KECCAK1600_ASM"; } - if ($target{modes_asm_src} =~ /ghash-/) { - push @{$config{lib_defines}}, "GHASH_ASM"; - } if ($target{padlock_asm_src} ne $table{DEFAULTS}->{padlock_asm_src}) { push @{$config{dso_defines}}, "PADLOCK_ASM"; } @@ -3344,7 +3341,6 @@ sub print_table_entry "loutflag", "ex_libs", "bn_ops", - "modes_asm_src", "padlock_asm_src", "chacha_asm_src", "poly1035_asm_src", |