This file is indexed.

/usr/include/pathfinder-1/libpathfinder-openssl.h is in libpathfinder-dev 1.1.3-0.4.

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
/*
 * libpathfinder-openssl.h
 *
 * Copyright (C) 2007 Carillon Information Security Inc.
 *
 * This library is covered by the LGPL v2.1 or later, please read LICENSE for details.
 */
#ifndef __LIBPATHFINDER_OPENSSL_H
#define __LIBPATHFINDER_OPENSSL_H
#include <openssl/ssl.h>

#ifdef __cplusplus
extern "C" {
#endif

int openssl_verify_cb(X509_STORE_CTX *ctx, void *arg);

#ifdef __cplusplus
}
#endif

#endif // __LIBPATHFINDER_OPENSSL_H