summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2018-01-21 02:16:25 +0000
committerGregg Lewis Smith <gsmith@apache.org>2018-01-21 02:16:25 +0000
commit33f7a6d6c8e5e6685f08cbd8371d56fa046f467e (patch)
treecb248a82aab060d6682026bd019e26e5fcc039f2 /support
parent2f31ce917e5e1c38d80ee8565acfacdedfcb7068 (diff)
downloadhttpd-33f7a6d6c8e5e6685f08cbd8371d56fa046f467e.tar.gz
LibreSSL doesn't have or require applink.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/ab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ab.c b/support/ab.c
index 38ebb3dcc2..273654586c 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -170,7 +170,7 @@
#define SK_VALUE(x,y) sk_X509_value(x,y)
typedef STACK_OF(X509) X509_STACK_TYPE;
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && !defined(LIBRESSL_VERSION_NUMBER)
/* 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.