Module Name: src Committed By: tteras Date: Fri Dec 11 09:04:04 UTC 2009
Modified Files: src/crypto/dist/ipsec-tools/src/racoon: Makefile.am Log Message: >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. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/crypto/dist/ipsec-tools/src/racoon/Makefile.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/dist/ipsec-tools/src/racoon/Makefile.am diff -u src/crypto/dist/ipsec-tools/src/racoon/Makefile.am:1.8 src/crypto/dist/ipsec-tools/src/racoon/Makefile.am:1.9 --- src/crypto/dist/ipsec-tools/src/racoon/Makefile.am:1.8 Wed Jul 23 13:53:08 2008 +++ src/crypto/dist/ipsec-tools/src/racoon/Makefile.am Fri Dec 11 09:04:04 2009 @@ -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