mturk 2005/06/08 00:15:57 Modified: jni/native/include ssl_private.h Log: Exclude unused OpenSSL features. Revision Changes Path 1.20 +17 -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.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ssl_private.h 7 Jun 2005 18:22:21 -0000 1.19 +++ ssl_private.h 8 Jun 2005 07:15:57 -0000 1.20 @@ -22,6 +22,22 @@ #ifndef SSL_PRIVATE_H #define SSL_PRIVATE_H +/* Exclude unused OpenSSL features + * even if the OpenSSL supports them + */ +#ifndef OPENSSL_NO_IDEA +#define OPENSSL_NO_IDEA +#endif +#ifndef OPENSSL_NO_KRB5 +#define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_MDC2 +#define OPENSSL_NO_MDC2 +#endif +#ifndef OPENSSL_NO_RC5 +#define OPENSSL_NO_RC5 +#endif + /* OpenSSL headers */ #include <openssl/ssl.h> #include <openssl/err.h>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]