diff options
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index fb15db673..06c8db3e6 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -40,7 +40,7 @@ my %static_mirrors = ( # "ackbar" => [ "Ackbar", "/updates", "a", "a" ], ); -my %mirrors = (); +my %mirrors; my %deps = ( 'libcrypto.so.0' => 'openssl', |