This file is indexed.

/usr/include/cyassl/openssl/rsa.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
/* rsa.h for openSSL */

#ifndef CYASSL_OPENSSL_RSA
#define CYASSL_OPENSSL_RSA

#define CyaSSL_RSA_GenAdd   wolfSSL_RSA_GenAdd
#define CyaSSL_RSA_LoadDer  wolfSSL_RSA_LoadDer

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