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

Collapse All | Expand All

(-)mail/libdomainkeys/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libdomainkeys
4
PORTNAME=	libdomainkeys
5
PORTVERSION=	0.69
5
PORTVERSION=	0.69
6
PORTREVISION=	1
6
CATEGORIES=	mail
7
CATEGORIES=	mail
7
MASTER_SITES=	SF/domainkeys/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/domainkeys/${PORTNAME}/${PORTVERSION}
8
9
(-)mail/libdomainkeys/files/patch-domainkeys.c (+11 lines)
Line 0 Link Here
1
--- domainkeys.c.orig	2018-10-09 22:18:58 UTC
2
+++ domainkeys.c
3
@@ -120,7 +120,7 @@ typedef struct
4
 {
5
 /* STARTPRIV */
6
   int dkmarker;     /* in case somebody casts in */
7
-  EVP_MD_CTX mdctx;   /* the hash */
8
+  EVP_MD_CTX *mdctx;   /* the hash */
9
   int signing;      /* our current signing/verifying state */
10
   int in_headers;   /* true if we're still processing headers */
11
   char *header;     /* points to a malloc'ed block for header. */

Return to bug 232133