From: Paul Querna Date: Fri, 8 Jun 2007 03:30:05 +0000 (+0000) Subject: Increment the enum correctly. X-Git-Tag: 2.3.0~1787 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d23f4e77156321776837ae43b574ce656300c8c4;p=apache Increment the enum correctly. Noticed By: Ryan Phillips git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545392 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_private.h b/modules/ssl/ssl_private.h index 50f680b688..037dfdbaa3 100644 --- a/modules/ssl/ssl_private.h +++ b/modules/ssl/ssl_private.h @@ -279,7 +279,7 @@ typedef enum { 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; /**