summaryrefslogtreecommitdiff
path: root/net/v6eval/files/patch-bin_sigcomp_sigcomp.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-06-16 02:37:46 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-06-16 02:37:46 +0000
commita14da88b51b0f28b150eb5ac7181d11cbbcb5eb2 (patch)
tree6b4f932f596f778acb5e8a08a1c707e1302b0885 /net/v6eval/files/patch-bin_sigcomp_sigcomp.c
parent- Fix configuring ezmlm-idx-7 mailing lists. Only apply the (diff)
- Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries. - Fix build on head after byacc 20130304.
Notes
Notes: svn path=/head/; revision=321022
Diffstat (limited to 'net/v6eval/files/patch-bin_sigcomp_sigcomp.c')
-rw-r--r--net/v6eval/files/patch-bin_sigcomp_sigcomp.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-bin_sigcomp_sigcomp.c b/net/v6eval/files/patch-bin_sigcomp_sigcomp.c
new file mode 100644
index 000000000000..127af9bfbc5b
--- /dev/null
+++ b/net/v6eval/files/patch-bin_sigcomp_sigcomp.c
@@ -0,0 +1,12 @@
+--- bin/sigcomp/sigcomp.c.orig 2008-04-03 09:34:43.000000000 +0900
++++ bin/sigcomp/sigcomp.c 2013-06-16 11:06:24.000000000 +0900
+@@ -57,6 +57,9 @@
+
+ #include <openssl/rsa.h>
+
++#ifdef OPENSSL_NO_MD2
++const EVP_MD *EVP_md2(void);
++#endif
+
+ #ifdef DEBUG
+ #ifndef dbg