#include "ssl_init.h"#include <basis/byte_array.h>#include <basis/function.h>#include <basis/chaos.h>#include <basis/mutex.h>#include <data_struct/static_memory_gremlin.h>#include <openssl/crypto.h>#include <openssl/err.h>#include <openssl/rand.h>Include dependency graph for ssl_init.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | SEED_SIZE = 100 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 30 of file ssl_init.cpp.
| const int SEED_SIZE = 100 |
Definition at line 32 of file ssl_init.cpp.
Referenced by main(), random_seed(), and ssl_init::ssl_init().
1.5.1