This file is indexed.

/usr/src/openafs-1.8.0pre5/include/hcrypto/engine.h is in openafs-modules-dkms 1.8.0~pre5-1.

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
#ifndef OPENAFS_HCRYPTO_ENGINE_H
#define OPENAFS_HCRYPTO_ENGINE_H

typedef struct hc_engine ENGINE;

#include <hcrypto/rand.h>


int     ENGINE_finish(const ENGINE *);
int     ENGINE_up_ref(const ENGINE *);
const RAND_METHOD *     ENGINE_get_RAND(const ENGINE *);

#endif