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