feisty meow concerns codebase 2.140
ssl_init.cpp File Reference
#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>
Include dependency graph for ssl_init.cpp:

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
 

Macro Definition Documentation

◆ ALWAYS_LOG

#define ALWAYS_LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 39 of file ssl_init.cpp.

◆ DEBUG_SSL

#define DEBUG_SSL

Definition at line 34 of file ssl_init.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 42 of file ssl_init.cpp.