DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41123>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41123 ------- Additional Comments From [EMAIL PROTECTED] 2007-11-15 07:10 ------- > > In order to compile it with the latest Microsoft SDK > > (from Visual C++ 2008), we need to include "openssl/ocsp.h" at the very > > beginning of ssl_ocsp.h & ssl_engine_kernel.c. > > Why, what's the failure otherwise? The #include in ssl_toolkit_compat.h > should be sufficient. Some general Apache include files end up in including standard MS SDK. In latest SDK, MS defines some types if they are not defined yet. These types are defined by OpenSSL, so they have to be included before SDK .h, so before Apache .h. This could also be done in ssl_private.h: either include "openssl/ocsp.h" before Apache files, or "ssl_toolkit_compat.h", or all "ssl*.h" files. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
