diff options
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> |