Skip to content

Instantly share code, notes, and snippets.

View ZumZoom's full-sized avatar
🐻

Mikhail Melnik ZumZoom

🐻
View GitHub Profile
#include <iostream>
#include <openssl/bio.h>
#include <openssl/ssl.h>
void init_OpenSSL()
{
if(!SSL_library_init())
{
std::cerr << "OpenSSL initialization failed!" << std::endl;