You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2007/06/08 05:30:06 UTC

svn commit: r545392 - /httpd/httpd/trunk/modules/ssl/ssl_private.h

Author: pquerna
Date: Thu Jun  7 20:30:05 2007
New Revision: 545392

URL: http://svn.apache.org/viewvc?view=rev&rev=545392
Log:
Increment the enum correctly.

Noticed By: Ryan Phillips

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_private.h

Modified: httpd/httpd/trunk/modules/ssl/ssl_private.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_private.h?view=diff&rev=545392&r1=545391&r2=545392
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_private.h (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_private.h Thu Jun  7 20:30:05 2007
@@ -279,7 +279,7 @@
     SSL_SCMODE_SHMCB = 3,
     SSL_SCMODE_DC    = 4,
     SSL_SCMODE_MC    = 5,
-    SSL_SCMODE_NONE_NOT_NULL = 5
+    SSL_SCMODE_NONE_NOT_NULL = 6
 } ssl_scmode_t;
 
 /**