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
1 changed files with 2 additions and 0 deletions
|
@ -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 $_),'=> ',
|
||||
|
|
Loading…
Reference in a new issue