You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/05/25 08:12:17 UTC

[Bug 59630] Fix VC14 build of abs.exe

https://bz.apache.org/bugzilla/show_bug.cgi?id=59630

Steffen <in...@apachelounge.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Steffen <in...@apachelounge.com> ---

Jan_E, your proposed patch with abs is: 

+#if defined(_MSC_VER) && _MSC_VER >= 1900 
+#include <openssl/applink.c> 
+#endif 
+ 

So applink is included also for ab.exe and when you do not use OpenSSL (like
LibreSSL) 

So better to add condition: 

#if defined(HAVE_OPENSSL) 
#include <openssl/applink.c

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org