mail/libdomainkeys: Fix OpenSSL build PR: 231931 Submitted by: Nathan Approved by: portmgr (unmaintained port) Index: mail/libdomainkeys/Makefile =================================================================== --- mail/libdomainkeys/Makefile (revision 481499) +++ mail/libdomainkeys/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= libdomainkeys PORTVERSION= 0.69 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/domainkeys/${PORTNAME}/${PORTVERSION} Index: mail/libdomainkeys/files/patch-domainkeys.c =================================================================== --- mail/libdomainkeys/files/patch-domainkeys.c (nonexistent) +++ mail/libdomainkeys/files/patch-domainkeys.c (working copy) @@ -0,0 +1,11 @@ +--- domainkeys.c.orig 2018-10-09 22:18:58 UTC ++++ domainkeys.c +@@ -120,7 +120,7 @@ typedef struct + { + /* STARTPRIV */ + int dkmarker; /* in case somebody casts in */ +- EVP_MD_CTX mdctx; /* the hash */ ++ EVP_MD_CTX *mdctx; /* the hash */ + int signing; /* our current signing/verifying state */ + int in_headers; /* true if we're still processing headers */ + char *header; /* points to a malloc'ed block for header. */ Property changes on: mail/libdomainkeys/files/patch-domainkeys.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property