diff --git a/openssl_errors.hpp b/openssl_errors.hpp new file mode 100644 index 0000000..29166c7 --- /dev/null +++ b/openssl_errors.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include + +#include + +auto log_openssl_errors(const std::string_view prefix) -> void;