This file is indexed.

/usr/lib/perl5/auto/Net/SSLeay/autosplit.ix is in libnet-ssleay-perl 1.42-1build1.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Index created by AutoSplit for blib/lib/Net/SSLeay.pm
#    (file acts as timestamp)
package Net::SSLeay;
sub want_nothing  ;
sub want_read  ;
sub want_write  ;
sub want_X509_lookup  ;
sub open_tcp_connection  ;
sub open_proxy_tcp_connection  ;
sub debug_read  ;
sub ssl_read_all  ;
sub tcp_read_all  ;
sub ssl_write_all  ;
sub tcp_write_all  ;
sub ssl_read_until  ($;$$);
sub tcp_read_until  ;
sub ssl_read_CRLF  ($;$);
sub tcp_read_CRLF  ;
sub ssl_write_CRLF  ($$);
sub tcp_write_CRLF  ;
sub dump_peer_certificate  ($);
sub randomize  (;$$$);
sub new_x_ctx  ;
sub sslcat  ;
sub tcpcat  ;
sub tcpxcat  ;
sub https_cat  ;
sub http_cat  ;
sub httpx_cat  ;
sub set_cert_and_key  ($$$);
sub set_server_cert_and_key  ($$$);
sub set_proxy  ($$;**);
sub make_form  ;
sub make_headers  ;
sub do_httpx3  ;
sub do_https3  ;
sub do_httpx2  ;
sub do_https2  ;
sub do_httpx4  ;
sub do_https4  ;
sub get_https   ;
sub post_https  ;
sub put_https   ;
sub head_https  ;
sub get_https3   ;
sub post_https3  ;
sub put_https3   ;
sub head_https3  ;
sub get_https4   ;
sub post_https4  ;
sub put_https4   ;
sub head_https4  ;
sub get_http   ;
sub post_http  ;
sub put_http   ;
sub head_http  ;
sub get_http3   ;
sub post_http3  ;
sub put_http3   ;
sub head_http3  ;
sub get_http4   ;
sub post_http4  ;
sub put_http4   ;
sub head_http4  ;
sub get_httpx   ;
sub post_httpx  ;
sub put_httpx   ;
sub head_httpx  ;
sub get_httpx3   ;
sub post_httpx3  ;
sub put_httpx3   ;
sub head_httpx3  ;
sub get_httpx4   ;
sub post_httpx4  ;
sub put_httpx4   ;
sub head_httpx4  ;
sub do_https  ;
1;