Boost logo

Boost Users :

Subject: [Boost-users] newbie question about boost and OpenSSL 1.0.1e (boost won't compile with it)
From: michael_at_[hidden]
Date: 2013-08-14 15:20:47


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_at_[hidden]


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net