$FreeBSD: ports/www/pound/files/patch-pound.h,v 1.2 2006/08/13 15:34:46 simon Exp $ --- pound.h.orig +++ pound.h @@ -178,7 +178,8 @@ #if HAVE_OPENSSL_SSL_H #define OPENSSL_THREAD_DEFINES #include -#if OPENSSL_VERSION_NUMBER >= 0x00907000L +#include +#if OPENSSL_VERSION_NUMBER > 0x0090705FL #ifndef OPENSSL_THREADS #error "Pound requires OpenSSL with thread support" #endif