newbie question about boost and OpenSSL 1.0.1e (boost won't compile with it)
Hello, I have a Windows C++ application that uses Boost 1_48 and OpenSSL 0.9. I just upgraded to OpenSSL 1.0.1e, and now boost won't compile, e.g. I get the following errors: 14>c:\_ot\svn\ERB\_bin\3rd\include\boost/asio/ssl/impl/context.ipp(411) : error C2039: 'PEM_read_bio_DHparams' : is not a member of '`global namespace'' 14>c:\_ot\svn\ERB\_bin\3rd\include\boost/asio/ssl/impl/context.ipp(411) : error C3861: 'PEM_read_bio_DHparams': identifier not found 14>c:\_ot\svn\ERB\_bin\3rd\include\boost/asio/ssl/impl/context.ipp(421) : error C2039: 'DH_free' : is not a member of '`global namespace'' 14>c:\_ot\svn\ERB\_bin\3rd\include\boost/asio/ssl/impl/context.ipp(421) : error C3861: 'DH_free': identifier not found Will upgrading to the latest version of boost correct this? Thanks in advance for any answers/help/tips. -Michael Compton michael@skydogsoftware.com
Hi Michael, Michael wrote:
Hello, I have a Windows C++ application that uses Boost 1_48 and OpenSSL 0.9. I just upgraded to OpenSSL 1.0.1e, and now boost won't compile, Will upgrading to the latest version of boost correct this?
I don't know the answer to this question. You might have better luck with the asio mailing list: http://sourceforge.net/p/asio/mailman/?source=navbar. Furthermore, adding an [asio] note to the email subject will be more likely to attract help in this list. Good luck, Nate
participants (2)
-
michael@skydogsoftware.com
-
Nathan Crookston