From: Gregg Lewis Smith Date: Sun, 21 Jan 2018 02:16:25 +0000 (+0000) Subject: LibreSSL doesn't have or require applink.c X-Git-Tag: 2.5.0-alpha2-ci-test-only~2928 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f7a6d6c8e5e6685f08cbd8371d56fa046f467e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/ab.c b/support/ab.c index 38ebb3dcc2b..273654586c6 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.