Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

svn commit: r833593 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


jorton at apache

Nov 6, 2009, 2:51 PM

Post #1 of 1 (56 views)
Permalink
svn commit: r833593 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

Author: jorton
Date: Fri Nov 6 22:51:42 2009
New Revision: 833593

URL: http://svn.apache.org/viewvc?rev=833593&view=rev
Log:
* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info): Add parentheses
around bitwise-and.

Modified:
httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c?rev=833593&r1=833592&r2=833593&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c Fri Nov 6 22:51:42 2009
@@ -1924,7 +1924,7 @@
}
/* If the first handshake is complete, change state to reject any
* subsequent client-initated renegotiation. */
- else if (where & SSL_CB_HANDSHAKE_DONE && scr->reneg_state == RENEG_INIT) {
+ else if ((where & SSL_CB_HANDSHAKE_DONE) && scr->reneg_state == RENEG_INIT) {
scr->reneg_state = RENEG_REJECT;
}

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.