You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/07/07 10:12:30 UTC

cvs commit: jakarta-tomcat-connectors/jni/native/src sslutils.c

mturk       2005/07/07 01:12:30

  Modified:    jni/native/src sslutils.c
  Log:
  Remove CA verify hack. The CA verification works, only that
  for CA file one needs to use the real CA or self generated one.
  
  Revision  Changes    Path
  1.31      +1 -5      jakarta-tomcat-connectors/jni/native/src/sslutils.c
  
  Index: sslutils.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/sslutils.c,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- sslutils.c	18 Jun 2005 08:01:54 -0000	1.30
  +++ sslutils.c	7 Jul 2005 08:12:30 -0000	1.31
  @@ -666,10 +666,6 @@
            */
           ok = 0;
       }
  -#if 1
  -    else if (!ok)
  -        ok = 1;
  -#endif
       return ok;
   }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org