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