projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f729ba5
)
Add a comment in configdata.pm regarding script-only variables
author
Richard Levitte
<levitte@openssl.org>
Fri, 2 Feb 2018 11:30:14 +0000
(12:30 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 22 Feb 2018 13:57:40 +0000
(14:57 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5247)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 5ca4f8fcc5ff0c93838b952925238a1785a6b066..fb0534a7d79f422947b08794b08a913a74bbaadd 100755
(executable)
--- 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 $_),'=> ',