From ad2d57dc8e8165975f29e9fad3432603d6634e5e Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Thu, 31 Jan 2008 02:32:19 +0000 Subject: - Fix build with OpenSSL-0.9.8b - Pet portlint - Bump portrevision PR: ports/119398 Submitted by: Takeharu KATO Approved by: (maintainer timeout) --- net/v6eval/files/patch-hmac.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/v6eval/files/patch-hmac.c (limited to 'net/v6eval/files/patch-hmac.c') diff --git a/net/v6eval/files/patch-hmac.c b/net/v6eval/files/patch-hmac.c new file mode 100644 index 000000000000..54438e569464 --- /dev/null +++ b/net/v6eval/files/patch-hmac.c @@ -0,0 +1,11 @@ +--- lib/Pz/crypto/hmac/hmac.c 2002-05-27 18:56:19.000000000 +0900 ++++ lib/Pz/crypto/hmac/hmac.c 2008-01-01 04:48:38.000000000 +0900 +@@ -60,7 +60,7 @@ + #include + #include + #include +-#include ++#include "hmac.h" + + void HMAC_Init(HMAC_CTX *ctx, const void *key, int len, + const EVP_MD *md) -- cgit v1.2.3