diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-31 02:32:19 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-31 02:32:19 +0000 |
commit | ad2d57dc8e8165975f29e9fad3432603d6634e5e (patch) | |
tree | 07afdc2ace6368d61c2deca852f8d024d5d57ba4 /net/v6eval/files/patch-MvFunction.cc | |
parent | - Update to 0.13 (diff) |
- Fix build with OpenSSL-0.9.8b
- Pet portlint
- Bump portrevision
PR: ports/119398
Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp>
Approved by: (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=206486
Diffstat (limited to 'net/v6eval/files/patch-MvFunction.cc')
-rw-r--r-- | net/v6eval/files/patch-MvFunction.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-MvFunction.cc b/net/v6eval/files/patch-MvFunction.cc new file mode 100644 index 000000000000..f9924132c1b0 --- /dev/null +++ b/net/v6eval/files/patch-MvFunction.cc @@ -0,0 +1,10 @@ +--- lib/Pz/MvFunction.cc 2005-05-09 18:35:24.000000000 +0900 ++++ lib/Pz/MvFunction.cc 2008-01-01 04:41:51.000000000 +0900 +@@ -71,6 +71,7 @@ extern "C" { + #include <netinet/in.h> + #include <arpa/inet.h> + #include <openssl/hmac.h> ++#include <openssl/md5.h> + #include <openssl/sha.h> + } + |