freebsd-ports/mail/pop3proxy/files/patch-src_imapcommon.c
Pav Lucistnik 144fb16b91 - Fix build with OpenSSL 0.9.8b in 7-CURRENT
PR:		ports/102833
Submitted by:	simon
Approved by:	maintainer timeout (mbr; 2 months)

- Modernize usage of USE_RC_SUBR
- Fix plist wrt config files
2006-11-23 17:36:33 +00:00

13 lines
201 B
C

$FreeBSD$
--- src/imapcommon.c.orig
+++ src/imapcommon.c
@@ -121,6 +121,7 @@
#include <errno.h>
#include <openssl/evp.h>
+#include <openssl/md5.h>
#include <pthread.h>
#include <sys/types.h>