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:10:08 UTC

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

mturk       2005/07/07 01:10:08

  Modified:    jni/native/include ssl_private.h
  Log:
  Add <openssl/md5.h> to the includes. This is needed with 0.9.8
  and it doean't hurt previous versions.
  
  Revision  Changes    Path
  1.32      +2 -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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- ssl_private.h	17 Jun 2005 09:41:30 -0000	1.31
  +++ ssl_private.h	7 Jul 2005 08:10:08 -0000	1.32
  @@ -47,6 +47,7 @@
   #include <openssl/evp.h>
   #include <openssl/rand.h>
   #include <openssl/x509v3.h>
  +#include <openssl/md5.h>
   /* Avoid tripping over an engine build installed globally and detected
    * when the user points at an explicit non-engine flavor of OpenSSL
    */
  
  
  

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