diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2016-06-14 21:34:35 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2016-06-14 21:34:35 +0000 |
commit | 83c8ca0d0d46196062997f88e63a03a936822d50 (patch) | |
tree | 309ceb2358195c043bac85e72f2201a93f62bc74 | |
parent | a59d61340b4dc569486dfb3807e60fa48e55eb4e (diff) | |
download | httpd-83c8ca0d0d46196062997f88e63a03a936822d50.tar.gz |
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
-rw-r--r-- | support/ab.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <openssl/applink.c> #endif +#endif + #if defined(USE_SSL) #if (OPENSSL_VERSION_NUMBER >= 0x00909000) #define AB_SSL_METHOD_CONST const |