You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/06/14 21:34:36 UTC

svn commit: r1748469 - /httpd/httpd/branches/2.4.x/support/ab.c

Author: wrowe
Date: Tue Jun 14 21:34:35 2016
New Revision: 1748469

URL: http://svn.apache.org/viewvc?rev=1748469&view=rev
Log:
Correct imbalanced #endif I introduced in r1748449

Modified:
    httpd/httpd/branches/2.4.x/support/ab.c

Modified: httpd/httpd/branches/2.4.x/support/ab.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/support/ab.c?rev=1748469&r1=1748468&r2=1748469&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/support/ab.c (original)
+++ httpd/httpd/branches/2.4.x/support/ab.c Tue Jun 14 21:34:35 2016
@@ -178,6 +178,8 @@ typedef STACK_OF(X509) X509_STACK_TYPE;
 #include <openssl/applink.c>
 #endif
 
+#endif
+
 #if defined(USE_SSL)
 #if (OPENSSL_VERSION_NUMBER >= 0x00909000)
 #define AB_SSL_METHOD_CONST const