Correct the export list when writing configdata.pm

Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/Configure b/Configure
index 5060be0..557ea22 100755
--- a/Configure
+++ b/Configure
@@ -1664,7 +1664,7 @@
 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";