Source-Changes-HG archive

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

[src/trunk]: src Remove dead references to netinet6/ipsec.h.



details:   https://anonhg.NetBSD.org/src/rev/d2dd136ddc01
branches:  trunk
changeset: 433298:d2dd136ddc01
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Sep 06 09:54:36 2018 +0000

description:
Remove dead references to netinet6/ipsec.h.

diffstat:

 crypto/dist/ipsec-tools/src/libipsec/libpfkey.h |  3 +--
 crypto/dist/ipsec-tools/src/racoon/strnames.c   |  3 +--
 lib/libipsec/config.h                           |  3 ---
 3 files changed, 2 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 39351f0cb80f -r d2dd136ddc01 crypto/dist/ipsec-tools/src/libipsec/libpfkey.h
--- a/crypto/dist/ipsec-tools/src/libipsec/libpfkey.h   Thu Sep 06 09:47:30 2018 +0000
+++ b/crypto/dist/ipsec-tools/src/libipsec/libpfkey.h   Thu Sep 06 09:54:36 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libpfkey.h,v 1.20 2018/05/28 20:45:38 maxv Exp $       */
+/*     $NetBSD: libpfkey.h,v 1.21 2018/09/06 09:54:36 maxv Exp $       */
 
 /* Id: libpfkey.h,v 1.13 2005/12/04 20:26:43 manubsd Exp */
 
@@ -53,7 +53,6 @@
 struct sockaddr;
 struct sadb_alg;
 
-/* Accomodate different prototypes in <netinet6/ipsec.h> */
 #include <sys/types.h>
 #include PATH_IPSEC_H
 
diff -r 39351f0cb80f -r d2dd136ddc01 crypto/dist/ipsec-tools/src/racoon/strnames.c
--- a/crypto/dist/ipsec-tools/src/racoon/strnames.c     Thu Sep 06 09:47:30 2018 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/strnames.c     Thu Sep 06 09:54:36 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: strnames.c,v 1.10 2012/11/29 15:31:25 vanhu Exp $      */
+/*     $NetBSD: strnames.c,v 1.11 2018/09/06 09:54:36 maxv Exp $       */
 
 /*     $KAME: strnames.c,v 1.25 2003/11/13 10:53:26 itojun Exp $       */
 
@@ -812,7 +812,6 @@
        return num2str(val);
 }
 
-/* netinet6/ipsec.h */
 static struct ksmap name_ipsec_level[] = {
 { IPSEC_LEVEL_USE,     "use",          NULL },
 { IPSEC_LEVEL_REQUIRE, "require",      NULL },
diff -r 39351f0cb80f -r d2dd136ddc01 lib/libipsec/config.h
--- a/lib/libipsec/config.h     Thu Sep 06 09:47:30 2018 +0000
+++ b/lib/libipsec/config.h     Thu Sep 06 09:54:36 2018 +0000
@@ -91,9 +91,6 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
-/* Use <netinet6/ipsec.h> */
-#define HAVE_NETINET6_IPSEC 
-
 /* Define to 1 if you have the <openssl/aes.h> header file. */
 #define HAVE_OPENSSL_AES_H 1
 



Home | Main Index | Thread Index | Old Index