Loading support/ab.c +0 −4 Original line number Diff line number Diff line Loading @@ -175,12 +175,8 @@ typedef STACK_OF(X509) X509_STACK_TYPE; * by the OpenSSL library build to another CRT used by the ab.exe build. * This became especially problematic with Visual Studio 2015. */ #if (OPENSSL_VERSION_NUMBER >= 0x1010000fL) #include <../ms/applink.c> #else #include <openssl/applink.c> #endif #endif #endif Loading Loading
support/ab.c +0 −4 Original line number Diff line number Diff line Loading @@ -175,12 +175,8 @@ typedef STACK_OF(X509) X509_STACK_TYPE; * by the OpenSSL library build to another CRT used by the ab.exe build. * This became especially problematic with Visual Studio 2015. */ #if (OPENSSL_VERSION_NUMBER >= 0x1010000fL) #include <../ms/applink.c> #else #include <openssl/applink.c> #endif #endif #endif Loading