This file is indexed.

/usr/include/fplll/sieve/sieve_common.h is in libfplll-dev 5.2.0-3build1.

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

#include <iostream>
#include <list>
#include <math.h>
#include <queue>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

#include "../defs.h"
#include "sampler_basic.h"
#include "sieve_gauss_str.h"

using namespace std;
using namespace fplll;

#endif