From 119e5ecd44e07bd245a399dfd6d76a1553218bf2 Mon Sep 17 00:00:00 2001 From: tteras Date: Fri, 11 Dec 2009 09:04:04 +0000 Subject: [PATCH] From Paul Wernau: vmbuf.h was defined twice in the headers. Remove the redundant entry so new install tool does not complain about overwriting just installed file. --- crypto/dist/ipsec-tools/src/racoon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/dist/ipsec-tools/src/racoon/Makefile.am b/crypto/dist/ipsec-tools/src/racoon/Makefile.am index 49a55fd63b80..dbaded964ace 100644 --- a/crypto/dist/ipsec-tools/src/racoon/Makefile.am +++ b/crypto/dist/ipsec-tools/src/racoon/Makefile.am @@ -3,7 +3,7 @@ sbin_PROGRAMS = racoon racoonctl plainrsa-gen noinst_PROGRAMS = eaytest include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \ - schedule.h sockmisc.h vmbuf.h isakmp_var.h isakmp.h isakmp_xauth.h \ + schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \ isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h lib_LTLIBRARIES = libracoon.la