mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
12 lines
267 B
C
12 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
|