diff options
author | Richard Levitte <levitte@openssl.org> | 2019-06-16 22:39:19 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-06-17 16:08:53 +0200 |
commit | 3a561b06d9e897a7613843f2bd0752297ab56dd7 (patch) | |
tree | b00232f6dad214d3637c7fd8756b013a00b7132b /Configurations | |
parent | Move keccak1600_asm_src file information to build.info files (diff) | |
download | openssl-3a561b06d9e897a7613843f2bd0752297ab56dd7.tar.xz openssl-3a561b06d9e897a7613843f2bd0752297ab56dd7.zip |
Move padlock_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 | 4 | ||||
-rw-r--r-- | Configurations/README | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 14b7608ca5..46de732676 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -14,8 +14,6 @@ my %targets=( thread_scheme => "(unknown)", # Assume we don't know thread_defines => [], - padlock_asm_src => "", - unistd => "<unistd.h>", shared_target => "", shared_cflag => "", @@ -151,7 +149,6 @@ my %targets=( x86_asm => { template => 1, - padlock_asm_src => "e_padlock-x86.s", }, x86_elf_asm => { template => 1, @@ -159,7 +156,6 @@ my %targets=( }, x86_64_asm => { template => 1, - padlock_asm_src => "e_padlock-x86_64.s", }, ia64_asm => { template => 1, diff --git a/Configurations/README b/Configurations/README index 84e7b20c7d..fa99539050 100644 --- a/Configurations/README +++ b/Configurations/README @@ -240,11 +240,6 @@ In each table entry, the following keys are significant: export vars as accessor functions. - padlock_asm_src => Assembler implementation of core parts of - the padlock engine. This is mandatory on - any platform where the padlock engine might - actually be built. - [1] as part of the target configuration, one can have a key called 'inherit_from' that indicate what other configurations to inherit |