aboutsummaryrefslogtreecommitdiff
path: root/Configurations/common.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-01-30 18:58:01 +0100
committerRichard Levitte <levitte@openssl.org>2019-01-31 16:19:49 +0100
commit77adb75e16142cd4da2af8814090a4f2c2bd5aea (patch)
treeb59a8159809fbedd9034c64ef2d2c647da31b996 /Configurations/common.tmpl
parent77550dbf7af4d31b915d076ee968cfc75e14a411 (diff)
downloadopenssl-77adb75e16142cd4da2af8814090a4f2c2bd5aea.zip
openssl-77adb75e16142cd4da2af8814090a4f2c2bd5aea.tar.gz
openssl-77adb75e16142cd4da2af8814090a4f2c2bd5aea.tar.bz2
Build: Remove BEGINRAW / ENDRAW / OVERRIDE
It was an ugly hack to avoid certain problems that are no more. Also added GENERATE lines for perlasm scripts that didn't have that explicitly. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8125)
Diffstat (limited to 'Configurations/common.tmpl')
-rw-r--r--Configurations/common.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Configurations/common.tmpl b/Configurations/common.tmpl
index 53384c7..a15971e 100644
--- a/Configurations/common.tmpl
+++ b/Configurations/common.tmpl
@@ -217,8 +217,4 @@
foreach (@{$unified_info{scripts}}) { doscript($_); }
foreach (sort keys %{$unified_info{dirinfo}}) { dodir($_); }
-
- # Finally, should there be any applicable BEGINRAW/ENDRAW sections,
- # they are added here.
- $OUT .= $_."\n" foreach @{$unified_info{rawlines}};
-}