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

Steffen <[email protected]> changed:

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

--- Comment #1 from Steffen <[email protected]> ---

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to