$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Log without ASIO or OpenSSL
From: Richard Hodges (hodges.r_at_[hidden])
Date: 2019-03-10 07:43:33
AFAIR boost.log does not depend on boost.asio at all.
boost.asio optionally depends on OpenSSL if you use the ssl stream or
context types, and not otherwise.
R
On Sun, 10 Mar 2019 at 04:52, Macumber, Daniel via Boost-users <
boost-users_at_[hidden]> wrote:
> Hello, I am using Boost Log but not using any of the ASIO related
> functionality (that I know of). It seems that Boost ASIO depends on
> OpenSSL which is giving me some problems. Is there any way to either:
>
> * use Boost Log without ASIO
> * use Boost ASIO without OpenSSL
>
> Thanks a lot,
> Dan
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> https://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>
-- Richard Hodges hodges.r_at_[hidden]