mirror of https://github.com/openssl/openssl.git
Add a comment in configdata.pm regarding script-only variables
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5247)
This commit is contained in:
parent
f729ba5537
commit
047f0292d5
|
@ -2304,6 +2304,8 @@ if ($builder eq "unified") {
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
print OUT
|
||||||
|
"# The following data is only used when this files is use as a script\n";
|
||||||
print OUT "my \%makevars = (\n";
|
print OUT "my \%makevars = (\n";
|
||||||
foreach (sort keys %user) {
|
foreach (sort keys %user) {
|
||||||
print OUT ' ',$_,' ' x (20 - length $_),'=> ',
|
print OUT ' ',$_,' ' x (20 - length $_),'=> ',
|
||||||
|
|
Loading…
Reference in New Issue