]> granicus.if.org Git - apache/commitdiff
revert portion of r1790999 concerning ab.c
authorGregg Lewis Smith <gsmith@apache.org>
Wed, 12 Apr 2017 02:24:20 +0000 (02:24 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Wed, 12 Apr 2017 02:24:20 +0000 (02:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1791061 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index ab6d1e9d7c26f9ee04de9becf447593a118052e3..a2560b3cd9c0f71ea485cdf78123f5a07fc4f960 100644 (file)
@@ -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