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/05/23 13:50:30 UTC

cvs commit: jakarta-tomcat-connectors/jni/native/include ssl_private.h

mturk       2005/05/23 04:50:30

  Modified:    jni/native/include ssl_private.h
  Log:
  Use OpenSSL engine by default.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat-connectors/jni/native/include/ssl_private.h
  
  Index: ssl_private.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/ssl_private.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ssl_private.h	20 May 2005 07:01:04 -0000	1.1
  +++ ssl_private.h	23 May 2005 11:50:30 -0000	1.2
  @@ -28,7 +28,7 @@
   /* Avoid tripping over an engine build installed globally and detected
    * when the user points at an explicit non-engine flavor of OpenSSL
    */
  -#if defined(HAVE_OPENSSL_ENGINE_H) && defined(HAVE_ENGINE_INIT)
  +#ifndef OPENSSL_NO_ENGINE
   #include <openssl/engine.h>
   #endif
   
  
  
  

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