freebsd-ports/www/wyvern/files/patch-src_wyvern.h
Simon L. B. Nielsen 852ced8763 Fix compile with OpenSSL 0.9.8b in -CURRENT and remove BROKEN.
PR:		ports/102837
Approved by:	maintainer
2006-09-23 13:14:52 +00:00

13 lines
220 B
C

$FreeBSD$
--- src/wyvern.h.orig
+++ src/wyvern.h
@@ -56,6 +56,7 @@
#include <netdb.h>
#if USE_SSL
#include <openssl/ssl.h>
+#include <openssl/md5.h>
#endif /* USE_SSL */
#include <sys/time.h>
#include "status.h"