Hi, I ran a cvsup of -CURRENT a few days ago.
I have some code which assumes that OPENSSL_THREADS is defined if the OpenSSL version is greater than 0.9.7: #define OPENSSL_THREAD_DEFINES #include <openssl/opensslconf.h> #include <openssl/opensslv.h> #if OPENSSL_VERSION_NUMBER < 0x0090700fL # if !defined(THREADS) # error "Thread support not enabled" # endif #else # if !defined(OPENSSL_THREADS) # error "Thread support not enabled" # endif #endif Should the OpenSSL in FreeBSD be defining OPENSSL_THREADS? Thanks. -- Craig Rodrigues http://home.attbi.com/~rodrigc [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message