Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon From Paul Wernau: vmbuf.h...



details:   https://anonhg.NetBSD.org/src/rev/a5fd975f67d7
branches:  trunk
changeset: 749849:a5fd975f67d7
user:      tteras <tteras%NetBSD.org@localhost>
date:      Fri Dec 11 09:04:04 2009 +0000

description:
>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.

diffstat:

 crypto/dist/ipsec-tools/src/racoon/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 65640f5d10c8 -r a5fd975f67d7 crypto/dist/ipsec-tools/src/racoon/Makefile.am
--- a/crypto/dist/ipsec-tools/src/racoon/Makefile.am    Fri Dec 11 08:52:37 2009 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/Makefile.am    Fri Dec 11 09:04:04 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index