diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-23 17:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-23 17:36:33 +0000 |
commit | 144fb16b91bd412ad3e46dfa65b61fc60cf9e047 (patch) | |
tree | 9de3c2b2320201513093c619356de2691d3248ad /mail/pop3proxy/files/patch-src_imapcommon.c | |
parent | - Fix build with OpenSSL 0.9.8b in 7-CURRENT (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=177913
Diffstat (limited to 'mail/pop3proxy/files/patch-src_imapcommon.c')
-rw-r--r-- | mail/pop3proxy/files/patch-src_imapcommon.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/pop3proxy/files/patch-src_imapcommon.c b/mail/pop3proxy/files/patch-src_imapcommon.c new file mode 100644 index 000000000000..978c95445091 --- /dev/null +++ b/mail/pop3proxy/files/patch-src_imapcommon.c @@ -0,0 +1,13 @@ + +$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> |