This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.22/auto/Crypt/OpenSSL/RSA/import_random_seed.al is in libcrypt-openssl-rsa-perl 0.28-2build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# NOTE: Derived from blib/lib/Crypt/OpenSSL/RSA.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Crypt::OpenSSL::RSA;

#line 142 "blib/lib/Crypt/OpenSSL/RSA.pm (autosplit into blib/lib/auto/Crypt/OpenSSL/RSA/import_random_seed.al)"
sub import_random_seed
{
    until (_random_status())
    {
        _random_seed(Crypt::OpenSSL::Random::random_bytes(20));
    }
}

# end of Crypt::OpenSSL::RSA::import_random_seed
1;