aboutsummaryrefslogtreecommitdiffstats
path: root/mail/opendkim/files/patch-libopendkim__dkim.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/opendkim/files/patch-libopendkim__dkim.c')
-rw-r--r--mail/opendkim/files/patch-libopendkim__dkim.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/opendkim/files/patch-libopendkim__dkim.c b/mail/opendkim/files/patch-libopendkim__dkim.c
deleted file mode 100644
index fdda68fc4693..000000000000
--- a/mail/opendkim/files/patch-libopendkim__dkim.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./libopendkim/dkim.c.orig 2012-10-19 05:22:16.000000000 +0900
-+++ ./libopendkim/dkim.c 2012-10-20 15:52:54.000000000 +0900
-@@ -938,7 +938,7 @@
- dkim_dstring_cat(dkim->dkim_sslerrbuf, "; ");
-
- dkim_dstring_cat(dkim->dkim_sslerrbuf,
-- gnutls_strerror(status));
-+ (u_char *) gnutls_strerror(status));
- }
-
- #else /* USE_GNUTLS */
-@@ -1004,7 +1004,7 @@
- dkim_dstring_cat(sig->sig_sslerrbuf, "; ");
-
- dkim_dstring_cat(sig->sig_sslerrbuf,
-- gnutls_strerror(status));
-+ (u_char *) gnutls_strerror(status));
- }
-
- #else /* USE_GNUTLS */