Correct the export list when writing configdata.pm

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte
2016-03-19 01:31:48 +01:00
parent da1f2104c7
commit d4037cea3c

View File

@@ -1664,7 +1664,7 @@ use warnings;
use Exporter; use Exporter;
#use vars qw(\@ISA \@EXPORT); #use vars qw(\@ISA \@EXPORT);
our \@ISA = qw(Exporter); our \@ISA = qw(Exporter);
our \@EXPORT = qw(\%config \%target %disabled %withargs %unified_info); our \@EXPORT = qw(\%config \%target \%disabled \%withargs \%unified_info);
EOF EOF
print OUT "our %config = (\n"; print OUT "our %config = (\n";