From: Richard Levitte Date: Fri, 2 Feb 2018 11:30:14 +0000 (+0100) Subject: Add a comment in configdata.pm regarding script-only variables X-Git-Tag: OpenSSL_1_1_1-pre2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=047f0292d56b47f097236b879ab623f1663894b8;p=openssl Add a comment in configdata.pm regarding script-only variables Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5247) --- diff --git a/Configure b/Configure index 5ca4f8fcc5..fb0534a7d7 100755 --- a/Configure +++ b/Configure @@ -2304,6 +2304,8 @@ if ($builder eq "unified") { EOF } +print OUT + "# The following data is only used when this files is use as a script\n"; print OUT "my \%makevars = (\n"; foreach (sort keys %user) { print OUT ' ',$_,' ' x (20 - length $_),'=> ',