mail/pop3proxy: Fix OpenSSL build PR: 231931 Submitted by: Nathan Approved by: portmgr (unmaintained port) Index: mail/pop3proxy/Makefile =================================================================== --- mail/pop3proxy/Makefile (revision 481499) +++ mail/pop3proxy/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pop3proxy PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://people.freebsd.org/~mbr/distfiles/ EXTRACT_SUFX= .tgz Index: mail/pop3proxy/files/patch-src_imapcommon.c =================================================================== --- mail/pop3proxy/files/patch-src_imapcommon.c (revision 481499) +++ mail/pop3proxy/files/patch-src_imapcommon.c (working copy) @@ -1,10 +1,11 @@ ---- src/imapcommon.c.orig +--- src/imapcommon.c.orig 2018-10-09 22:42:54 UTC +++ src/imapcommon.c -@@ -121,6 +121,7 @@ - #include +@@ -295,7 +295,7 @@ extern ICD_Struct *Get_Server_conn( char *Username, + int rc; + unsigned int Expiration; - #include -+#include +- EVP_MD_CTX mdctx; ++ EVP_MD_CTX *mdctx; + int md_len; - #include - #include + Expiration = PC_Struct.cache_expiration_time;