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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]