summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2017-04-12 02:24:20 +0000
committerGregg Lewis Smith <gsmith@apache.org>2017-04-12 02:24:20 +0000
commite53fcafd61de50e8637655590c43f43a9c77a3bd (patch)
treeab839a0672d96c1c8f1efc6fb25674b83c8945e5
parente540e587358063ce6b7d44e80850b0498aeb5dd2 (diff)
downloadhttpd-e53fcafd61de50e8637655590c43f43a9c77a3bd.tar.gz
revert portion of r1790999 concerning ab.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1791061 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--support/ab.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/ab.c b/support/ab.c
index ab6d1e9d7c..a2560b3cd9 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -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