From 30478c97837a026ba56718f98d490adf7bce2760 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 16 Jun 2019 23:01:10 +0200 Subject: Configure: final cleanup of asm related things Remove the *_asm templates in Configurations/00-base-templates.conf, all attempts to inherit them, and the asm() perl function. [extended tests] Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9166) --- Configure | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index 63f7dc659b..6d9451efcd 100755 --- a/Configure +++ b/Configure @@ -2894,18 +2894,6 @@ _____ # Thus, whenever there's mention of a returned value, it's about that # intended value. -# Helper function to implement conditional inheritance depending on the -# value of $disabled{asm}. Used in inherit_from values as follows: -# -# inherit_from => [ "template", asm("asm_tmpl") ] -# -sub asm { - my @x = @_; - sub { - $disabled{asm} ? () : @x; - } -} - # Helper function to implement conditional value variants, with a default # plus additional values based on the value of $config{build_type}. # Arguments are given in hash table form: -- cgit v1.2.3