Opened 6 years ago
Last modified 6 years ago
#12238 new Bugs
Boost fails to compile using OpenSSL 1.1.0
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | openssl 1.1.0 | Cc: | raad@…, jack@… |
Description
Boost 1.61 cannot compile when using OpenSSL 1.1.0. Also see http://stackoverflow.com/q/37517730.
My apologies if this has been reported. A quick search appears to show there are no reports (https://svn.boost.org/trac/boost/search?q=%22openssl+1.1.0%22).
Change History (10)
comment:1 by , 6 years ago
Summary: | Boost fails to compil under OpenSSL 1.1.0 → Boost fails to compile using OpenSSL 1.1.0 |
---|
comment:2 by , 6 years ago
Component: | None → asio |
---|---|
Owner: | set to |
comment:3 by , 6 years ago
comment:4 by , 6 years ago
yes, and we are trying to get openssl 1.1 in the next Debian stable, this bug will keep a lot of the archive unbuildable and out of the next stable.
comment:5 by , 6 years ago
can anybody please test the patch? https://github.com/chriskohlhoff/asio/commit/062b19c97bb85f4625b46f93ee19b234948ff235
comment:6 by , 6 years ago
Cc: | added |
---|
comment:7 by , 6 years ago
Note that this commit is also required: https://github.com/chriskohlhoff/asio/commit/92bfc623e6a71353dd2c783f4c9fef5591ac550d
comment:8 by , 6 years ago
I am using the above two linked patches to upgrade OpenSSL in Zcash to 1.1.0a. I have hand-ported them to Boost 1.62.0(.beta.2), but they should probably be properly rebased.
comment:9 by , 6 years ago
Cc: | added |
---|
comment:10 by , 6 years ago
Looks like Boost 1.62 includes the above patches to ASIO, and thus compiles with OpenSSL 1.1.0.
Same issue here. To be fair 1.1.0 just made official release 11 days ago.