View | Details | Raw Unified | Return to bug 232134 | Differences between
and this patch

Collapse All | Expand All

(-)mail/pop3proxy/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pop3proxy
4
PORTNAME=	pop3proxy
5
PORTVERSION=	1.2
5
PORTVERSION=	1.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	mail
7
CATEGORIES=	mail
8
MASTER_SITES=	http://people.freebsd.org/~mbr/distfiles/
8
MASTER_SITES=	http://people.freebsd.org/~mbr/distfiles/
9
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
(-)mail/pop3proxy/files/patch-src_imapcommon.c (-7 / +8 lines)
Lines 1-10 Link Here
1
--- src/imapcommon.c.orig
1
--- src/imapcommon.c.orig	2018-10-09 22:42:54 UTC
2
+++ src/imapcommon.c
2
+++ src/imapcommon.c
3
@@ -121,6 +121,7 @@
3
@@ -295,7 +295,7 @@ extern ICD_Struct *Get_Server_conn( char *Username, 
4
 #include <errno.h>
4
     int rc;
5
     unsigned int Expiration;
5
 
6
 
6
 #include <openssl/evp.h>
7
-    EVP_MD_CTX mdctx;
7
+#include <openssl/md5.h>
8
+    EVP_MD_CTX *mdctx;
9
     int md_len;
8
 
10
 
9
 #include <pthread.h>
11
     Expiration = PC_Struct.cache_expiration_time;
10
 #include <sys/types.h>

Return to bug 232134