|
feisty meow concerns codebase 2.140
|
#include "ssl_init.h"#include <basis/functions.h>#include <basis/mutex.h>#include <loggers/program_wide_logger.h>#include <structures/static_memory_gremlin.h>#include <openssl/crypto.h>#include <openssl/err.h>#include <openssl/provider.h>#include <openssl/rand.h>
Go to the source code of this file.
Namespaces | |
| namespace | crypto |
Macros | |
| #define | DEBUG_SSL |
| #define | ALWAYS_LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
| const int | crypto::SEED_SIZE = 100 |
| #define ALWAYS_LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 39 of file ssl_init.cpp.
| #define DEBUG_SSL |
Definition at line 34 of file ssl_init.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 42 of file ssl_init.cpp.