Skip to content

Commit

Permalink
core: simplify ftp::ssl::context_ptr declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 28, 2024
1 parent bbeabba commit fd1423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ftp/ssl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace ftp::ssl
{

using namespace boost::asio::ssl;
using context_ptr = std::unique_ptr<boost::asio::ssl::context>;
using context_ptr = std::unique_ptr<context>;

/* ssl_session_resumption - Configures SSL session resumption. The SSL session
* of control connection will be reused for data connections.
Expand Down

0 comments on commit fd1423a

Please sign in to comment.