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:
da1f210
)
Correct the export list when writing configdata.pm
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 00:31:48 +0000
(
01:31
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 00:31:48 +0000
(
01:31
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 5060be0fe3b6fbbd3a7167ecb7acfa4f242b75ba..557ea2228d4f7cfaa533d27ed6f8f33674cf7a72 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1664,7
+1664,7
@@
use warnings;
use Exporter;
#use vars qw(\@ISA \@EXPORT);
our \@ISA = qw(Exporter);
-our \@EXPORT = qw(\%config \%target
%disabled %withargs
%unified_info);
+our \@EXPORT = qw(\%config \%target
\%disabled \%withargs \
%unified_info);
EOF
print OUT "our %config = (\n";