summaryrefslogtreecommitdiff
path: root/net/v6eval/files/patch-bin_sigcomp_sigcomp.c
blob: 127af9bfbc5bf390bb9ec7cbba6105957343748f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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