add openssl_errors.hpp
This commit is contained in:
parent
40bd9186da
commit
72b2756f34
7
openssl_errors.hpp
Normal file
7
openssl_errors.hpp
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <openssl/err.h>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
auto log_openssl_errors(const std::string_view prefix) -> void;
|
Loading…
x
Reference in New Issue
Block a user