aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-19 01:31:48 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-19 01:31:48 +0100
commitd4037cea3c26b7cfdc8cc518a31ba7a89081e931 (patch)
tree9d9f271104dd019c6e6e776efe34fc51f789036d
parentda1f2104c71a6c4bbb695f3b74a6bde750d5a910 (diff)
downloadopenssl-d4037cea3c26b7cfdc8cc518a31ba7a89081e931.tar.gz
Correct the export list when writing configdata.pm
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 5060be0fe3..557ea2228d 100755
--- 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";