Opened 7 years ago
#11754 new Bugs
Fix building when OpenSSL is built with no-ssl3 option
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | SSL SSLv3 | Cc: |
Description
Software using Boost ASIO libraries will fail to build when the OpenSSL libraries have been built with the no-ssl3 option.
Attached patch fixes this, duplicating the handling of OpenSSL built with no-ssl2 option.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
svn diff for boost/asio