Commit dcf0b3d0 authored by Gregg Lewis Smith's avatar Gregg Lewis Smith
Browse files

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
parent 5cc096dc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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