diff options
Diffstat (limited to 'net/v6eval/files/patch-bin_sigcomp_sigcomp.c')
-rw-r--r-- | net/v6eval/files/patch-bin_sigcomp_sigcomp.c | 12 |
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 |