]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
LibreSSL doesn't have or require applink.c
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 21 Jan 2018 02:16:25 +0000 (02:16 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 21 Jan 2018 02:16:25 +0000 (02:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821767 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 38ebb3dcc2bd87bbc3352dc0fb17e8d8bf452d63..273654586c6c653fdd07013e2cfac80be7eaea80 100644 (file)
 #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.