/*
- * Copyright (c) 2009-2018 Apple Inc. All rights reserved.
+ * Copyright (c) 2009-2020 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#if IPSEC
#include <netinet6/ipsec.h>
-#if INET6
#include <netinet6/ipsec6.h>
-#endif
#include <netkey/key.h>
extern int ipsec_bypass;
#endif /* IPSEC */
#include <net/net_osdep.h>
#if DUMMYNET
-#include <netinet/ip_fw.h>
#include <netinet/ip_dummynet.h>
#endif /* DUMMYNET */
break;
default:
printf("ip6_output (ipsec): error code %d\n", error);
- /* fall through */
+ OS_FALLTHROUGH;
case ENOENT:
/* don't show these error codes to the user */
break;