Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13128: boost asio does not initialize libressl library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-05-15 19:48:43
#13128: boost asio does not initialize libressl library
--------------------------------------+----------------------------
Reporter: ioan pomian <ipomian@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.64.0 | Severity: Problem
Resolution: | Keywords: asio libressl
--------------------------------------+----------------------------
Comment (by anonymous):
You should not attempt to initialize OpenSSL from boost code at all --
doing so conflicts with other initializations made by user code (or other
libraries). These initialization (and un-initialization) routines aren't
thread-safe. You also can't just stomp in and replace locks provided by
user with those of your choosing.
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13128#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2018-05-15 19:54:47 UTC