diff options
| author | 1999-02-25 19:09:18 +0000 | |
|---|---|---|
| committer | 1999-02-25 19:09:18 +0000 | |
| commit | e02ce84e3107616b5427d78daa3a536a17f08899 (patch) | |
| tree | 0c7ca4779a2cdb80aed983b5ac5bbade5b587c46 /sys/net/pfkey.c | |
| parent | vmapbuf/vunmapbuf (diff) | |
| download | wireguard-openbsd-e02ce84e3107616b5427d78daa3a536a17f08899.tar.xz wireguard-openbsd-e02ce84e3107616b5427d78daa3a536a17f08899.zip | |
Unnecessary ifdef
Diffstat (limited to 'sys/net/pfkey.c')
| -rw-r--r-- | sys/net/pfkey.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/net/pfkey.c b/sys/net/pfkey.c index 306651c4c2d..80ae04a58c7 100644 --- a/sys/net/pfkey.c +++ b/sys/net/pfkey.c @@ -29,7 +29,6 @@ you didn't get a copy, you may request one from <license@inner.net>. #include <netinet/in.h> #include <net/pfkeyv2.h> - #include <sys/protosw.h> #include <sys/domain.h> #include <net/raw_cb.h> @@ -315,8 +314,5 @@ void pfkey_init(void) pfkey_domain.dom_next = domains; domains = &pfkey_domain; - -#if KEY || CONFIG_PFKEY_V2 pfkeyv2_init(); -#endif /* KEY || CONFIG_PFKEY_V2 */ } |
