if_ipsec: Port and add to everything-buildset.

This ports the kernel space parts for ipsec and adds them to the
everything-buildset.
This commit is contained in:
Christian Mauderer
2018-04-27 14:57:20 +02:00
parent 09bbedcb65
commit 6215813e04
5 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include <rtems/bsd/modules.h>
#ifdef RTEMS_BSD_MODULE_NETIPSEC
#define IPSEC 1
#define TCP_SIGNATURE 1
#endif