This file is indexed.

/usr/share/gauche-0.9/0.9.5/lib/rfc/tls.scm is in gauche 0.9.5-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
;; generated automatically.  DO NOT EDIT
#!no-fold-case
(define-module rfc.tls (use gauche.vport) (export <tls> make-tls tls-destroy tls-connect tls-accept tls-close tls-load-object tls-read tls-write tls-input-port tls-output-port SSL_SERVER_VERIFY_LATER SSL_CLIENT_AUTHENTICATION SSL_DISPLAY_BYTES SSL_DISPLAY_STATES SSL_DISPLAY_CERTS SSL_DISPLAY_RSA SSL_CONNECT_IN_PARTS SSL_NO_DEFAULT_KEY SSL_OBJ_X509_CERT SSL_OBJ_X509_CACERT SSL_OBJ_RSA_KEY SSL_OBJ_PKCS8 SSL_OBJ_PKCS12))
(select-module rfc.tls)
(dynamic-load "rfc--tls")