#pragma once #include "ref.hpp" #include auto log_openssl_errors(const std::string_view prefix) -> void; auto key_from_file(const std::string &filename, const std::string_view password) -> Ref; auto cert_from_file(const std::string &filename) -> Ref;