// SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: Copyright OpenBMC Authors #pragma once #include "sessions.hpp" #include #include #include std::shared_ptr verifyMtlsUser( const boost::asio::ip::address& clientIp, boost::asio::ssl::verify_context& ctx);