[cpp-xmltooling] 03/03: Fix up conditional logging of SSL ciphers

Scott Cantor cantor.2 at osu.edu
Wed Jun 8 11:23:51 EDT 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=80aa19ea58037607d7f9e72e7fc59e35ebb8da9f

commit 80aa19ea58037607d7f9e72e7fc59e35ebb8da9f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 8 11:23:44 2016 -0400

    Fix up conditional logging of SSL ciphers
---
 xmltooling/soap/impl/CURLSOAPTransport.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmltooling/soap/impl/CURLSOAPTransport.cpp b/xmltooling/soap/impl/CURLSOAPTransport.cpp
index 3238962..38e9271 100644
--- a/xmltooling/soap/impl/CURLSOAPTransport.cpp
+++ b/xmltooling/soap/impl/CURLSOAPTransport.cpp
@@ -618,8 +618,8 @@ size_t xmltooling::curl_header_hook(void* ptr, size_t size, size_t nmemb, void*
             }
         }
         ctx->m_cipherLogged = true;
-#endif
     }
+#endif
 
     // only handle single-byte data
     if (size!=1)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list