Remove dead references to netinet6/ipsec.h.
This commit is contained in:
parent
5c1f9396e5
commit
c1cd5851ce
|
@ -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 @@ extern void pfkey_spdump_withports(struct sadb_msg *);
|
|||
struct sockaddr;
|
||||
struct sadb_alg;
|
||||
|
||||
/* Accomodate different prototypes in <netinet6/ipsec.h> */
|
||||
#include <sys/types.h>
|
||||
#include PATH_IPSEC_H
|
||||
|
||||
|
|
|
@ -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 @@ s_oakley_attr_v(type, val)
|
|||
return num2str(val);
|
||||
}
|
||||
|
||||
/* netinet6/ipsec.h */
|
||||
static struct ksmap name_ipsec_level[] = {
|
||||
{ IPSEC_LEVEL_USE, "use", NULL },
|
||||
{ IPSEC_LEVEL_REQUIRE, "require", NULL },
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue