From: William A. Rowe Jr Date: Tue, 14 Jun 2016 21:34:35 +0000 (+0000) Subject: Correct imbalanced #endif I introduced in r1748449 X-Git-Tag: 2.4.21~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83c8ca0d0d46196062997f88e63a03a936822d50;p=apache Correct imbalanced #endif I introduced in r1748449 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index 97097aea5a..dc85a9afc7 100644 --- a/support/ab.c +++ b/support/ab.c @@ -178,6 +178,8 @@ typedef STACK_OF(X509) X509_STACK_TYPE; #include #endif +#endif + #if defined(USE_SSL) #if (OPENSSL_VERSION_NUMBER >= 0x00909000) #define AB_SSL_METHOD_CONST const