OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / patches2.2 / net.ipv4.af_inet.c
1 RCSID $Id: net.ipv4.af_inet.c,v 1.5 1999/12/31 15:15:21 rgb Exp $
2 --- ./net/ipv4/af_inet.c.preipsec       Mon Aug  9 15:05:13 1999
3 +++ ./net/ipv4/af_inet.c        Fri Sep 17 10:13:07 1999
4 @@ -1140,6 +1140,17 @@
5         ip_mr_init();
6  #endif
7  
8 +#if defined(CONFIG_IPSEC)
9 +       {
10 +               extern /* void */ int ipsec_init(void);
11 +               /*
12 +                *  Initialise AF_INET ESP and AH protocol support including 
13 +                *  e-routing and SA tables
14 +                */
15 +               ipsec_init();
16 +       }
17 +#endif /* CONFIG_IPSEC */
18 +
19  #ifdef CONFIG_INET_RARP
20         rarp_ioctl_hook = rarp_ioctl;
21  #endif