1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/v6eval/files/patch-bin_sigcomp_sigcomp.c
Hiroki Sato a14da88b51 - Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries.
- Fix build on head after byacc 20130304.
2013-06-16 02:37:46 +00:00

13 lines
267 B
C

--- 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