From cvs-return-26682-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Fri Jun 08 03:30:29 2007 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 94865 invoked from network); 8 Jun 2007 03:30:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 03:30:27 -0000 Received: (qmail 86644 invoked by uid 500); 8 Jun 2007 03:30:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 86588 invoked by uid 500); 8 Jun 2007 03:30:30 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 86577 invoked by uid 99); 8 Jun 2007 03:30:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 20:30:30 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 20:30:26 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1E5DA1A981A; Thu, 7 Jun 2007 20:30:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545392 - /httpd/httpd/trunk/modules/ssl/ssl_private.h Date: Fri, 08 Jun 2007 03:30:06 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070608033006.1E5DA1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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; /**