You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2001/09/15 00:34:11 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.h

hgomez      01/09/14 15:34:11

  Modified:    jk/native/common jk_ajp_common.h
  Log:
  Fix the double /* which could broke some C compilers
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h
  
  Index: jk_ajp_common.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk_ajp_common.h	2001/09/14 22:30:04	1.8
  +++ jk_ajp_common.h	2001/09/14 22:34:11	1.9
  @@ -59,7 +59,7 @@
    * Description: common stuff for bi-directional protocol ajp13/ajp14.      *
    * Author:      Gal Shachor <sh...@il.ibm.com>                           *
    * Author:      Henri Gomez <hg...@slib.fr>                               *
  - * Version:     $Revision: 1.8 $                                           *
  + * Version:     $Revision: 1.9 $                                           *
    ***************************************************************************/
   
   #ifndef JK_AJP_COMMON_H
  @@ -87,7 +87,7 @@
   #define SC_A_SSL_CIPHER         (unsigned char)8
   #define SC_A_SSL_SESSION        (unsigned char)9
   #define SC_A_REQ_ATTRIBUTE      (unsigned char)10
  -#define SC_A_SSL_KEY_SIZE       (unsigned char)11		/* /* only in if JkOptions +ForwardKeySize */
  +#define SC_A_SSL_KEY_SIZE       (unsigned char)11		/* only in if JkOptions +ForwardKeySize */
   #define SC_A_ARE_DONE           (unsigned char)0xFF
   
   /*