freebsd-ports/www/pound/files/patch-pound.h
Anders Nordby 376e6e04a7 Update to 1.4.
Add startup script.

PR:		51547
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-07-22 22:49:41 +00:00

13 lines
377 B
C

--- pound.h.orig Wed Jul 23 04:48:13 2003
+++ pound.h Wed Jul 23 04:48:49 2003
@@ -163,10 +163,6 @@
#define OPENSSL_THREAD_DEFINES
#include <openssl/ssl.h>
#if OPENSSL_VERSION_NUMBER >= 0x00907000L
-#ifndef OPENSSL_THREADS
-#error "Pound requires OpenSSL with thread support"
-#endif
-#else
#ifndef THREADS
#error "Pound requires OpenSSL with thread support"
#endif