8 lines
128 B
C++
8 lines
128 B
C++
#pragma once
|
|
|
|
#include <openssl/err.h>
|
|
|
|
#include <string_view>
|
|
|
|
auto log_openssl_errors(const std::string_view prefix) -> void;
|