mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Prepare to backport, this is not specific to VS 2015...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -170,7 +170,11 @@
|
||||
#define SK_VALUE(x,y) sk_X509_value(x,y)
|
||||
typedef STACK_OF(X509) X509_STACK_TYPE;
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1900
|
||||
#if defined(_MSC_VER)
|
||||
/* The following logic ensures we correctly glue FILE* within one CRT used
|
||||
* by the OpenSSL library build to another CRT used by the ab.exe build.
|
||||
* This became especially problematic with Visual Studio 2015.
|
||||
*/
|
||||
#include <openssl/applink.c>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user