< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Using
openssl 0.9.8k and the SSL-Debug or SSL-Release config on visual studio 2008, wincrypt.h
needed to be moved ahead of any openssl headers in winsecurity.cxx: #ifdef
USE_SSL #include
<Wincrypt.h> #include
"resip/stack/ssl/WinSecurity.hxx" -justin From: slgodin@xxxxxxxxx
[mailto:slgodin@xxxxxxxxx] On Behalf Of Scott Godin I don't require this header in order to build on Windows.
What definitions are the compiler complaining about being missing? Scott On Tue, May 26, 2009 at 12:14 PM, Justin Matthews <jmatthewsr@xxxxxxxxx> wrote: I believe this header is required on
Windows? Thanks, -justin
|