This file is indexed.

/usr/include/cyassl/openssl/dsa.h is in libwolfssl-dev 3.13.0+dfsg-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
/* dsa.h for openSSL */

#ifndef CYASSL_OPENSSL_DSA
#define CYASSL_OPENSSL_DSA

#define CyaSSL_DSA_LoadDer  wolfSSL_DSA_LoadDer
#define CyaSSL_DSA_do_sign  wolfSSL_DSA_do_sign

#include <cyassl/openssl/ssl.h>
#include <wolfssl/openssl/dsa.h>
#endif