1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/v6eval/files/patch-MvFunction.cc
Beech Rintoul ad2d57dc8e - 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)
2008-01-31 02:32:19 +00:00

11 lines
286 B
C++

--- 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>
}