diff options
author | Richard Levitte <levitte@openssl.org> | 2019-06-16 21:54:35 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-06-17 16:08:52 +0200 |
commit | 2ffea443223a943efff0f642c37824b63b7e3e30 (patch) | |
tree | 7064ecda1affe359aa9697ff6ef64f241d6a2cd5 /Configurations | |
parent | Move rc4_asm_src file information to build.info files (diff) | |
download | openssl-2ffea443223a943efff0f642c37824b63b7e3e30.tar.xz openssl-2ffea443223a943efff0f642c37824b63b7e3e30.zip |
Move rmd160_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 'Configurations')
-rw-r--r-- | Configurations/00-base-templates.conf | 2 | ||||
-rw-r--r-- | Configurations/README | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 337ee223db..6e6e14ea10 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -14,7 +14,6 @@ my %targets=( thread_scheme => "(unknown)", # Assume we don't know thread_defines => [], - rmd160_asm_src => "", rc5_asm_src => "rc5_enc.c", wp_asm_src => "wp_block.c", cmll_asm_src => "camellia.c cmll_misc.c cmll_cbc.c", @@ -159,7 +158,6 @@ my %targets=( x86_asm => { template => 1, - rmd160_asm_src => "rmd-586.s", rc5_asm_src => "rc5-586.s", wp_asm_src => "wp_block.c wp-mmx.s", cmll_asm_src => "cmll-x86.s", diff --git a/Configurations/README b/Configurations/README index b19e852ec5..6c4066358d 100644 --- a/Configurations/README +++ b/Configurations/README @@ -240,8 +240,6 @@ In each table entry, the following keys are significant: export vars as accessor functions. - rmd160_asm_src => Assembler implementation of core RMD160 - functions. rc5_asm_src => Assembler implementation of core RC5 functions. Defaults to 'rc5_enc.c' |