diff options
author | joerg <joerg> | 2006-05-12 09:48:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-12 09:48:09 +0000 |
commit | 88f0c4a5bdae049636d6079d06aee669138ba8cb (patch) | |
tree | d37675214cc29618f172507924fd07af8af3b772 /net | |
parent | ef631227e698c8a764b6e65bfaae780fdffe72d6 (diff) | |
download | pkgsrc-88f0c4a5bdae049636d6079d06aee669138ba8cb.tar.gz |
Fix build with newer OpenSSL.
Diffstat (limited to 'net')
-rw-r--r-- | net/vtun/distinfo | 4 | ||||
-rw-r--r-- | net/vtun/patches/patch-ac | 16 |
2 files changed, 14 insertions, 6 deletions
diff --git a/net/vtun/distinfo b/net/vtun/distinfo index 6b809997e57..0cbee803830 100644 --- a/net/vtun/distinfo +++ b/net/vtun/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2005/02/24 12:14:06 agc Exp $ +$NetBSD: distinfo,v 1.10 2006/05/12 09:48:09 joerg Exp $ SHA1 (vtun-2.6.tar.gz) = ba6474a551856a7bb55b4cc21d858b8275a2e610 RMD160 (vtun-2.6.tar.gz) = 9f666189740b78a88f6b0e2807add3267551198b @@ -8,4 +8,4 @@ RMD160 (vtun-26to30.patch) = cee32898284ee26ecc341a3337b1f9c2b67670ed Size (vtun-26to30.patch) = 338255 bytes SHA1 (patch-aa) = 88e8f9bec1cfd3fe9baf95fd870d3b94ff120aba SHA1 (patch-ab) = e1891ef0c50ef79ee05967e06e110ce64891ab0a -SHA1 (patch-ac) = 26a0d9eb062618c19e245cab959dbf198c0cae48 +SHA1 (patch-ac) = 7245dd4a18635e5c6e99ea727a37aa4155299e2f diff --git a/net/vtun/patches/patch-ac b/net/vtun/patches/patch-ac index ee76d40e2ba..bf6f8912240 100644 --- a/net/vtun/patches/patch-ac +++ b/net/vtun/patches/patch-ac @@ -1,8 +1,16 @@ -$NetBSD: patch-ac,v 1.1 2004/09/06 07:00:29 cjs Exp $ +$NetBSD: patch-ac,v 1.2 2006/05/12 09:48:09 joerg Exp $ ---- auth.c.orig 2004-09-06 15:52:51.000000000 +0900 -+++ auth.c 2004-09-06 15:53:30.000000000 +0900 -@@ -589,7 +589,7 @@ +--- auth.c.orig 2006-05-12 09:45:20.000000000 +0000 ++++ auth.c +@@ -68,6 +68,7 @@ static EPAS_HANDLE ePass; + + #ifndef __APPLE_CC__ + #include <openssl/md5.h> ++#include <openssl/sha.h> + #include <openssl/hmac.h> + #include <openssl/blowfish.h> + #include <openssl/rand.h> +@@ -589,7 +590,7 @@ struct vtun_host * auth_server(int fd) response_to_chal (chalsrv, h, chal_res, chal_resh); |