OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / patches2.3 / net.ipv4.af_inet.c
1 RCSID $Id: net.ipv4.af_inet.c,v 1.5 2000/06/30 19:59:12 rgb Exp $
2 --- ./net/ipv4/af_inet.c.preipsec       Wed Apr 26 15:13:17 2000
3 +++ ./net/ipv4/af_inet.c        Fri Jun 30 15:01:27 2000
4 @@ -1019,6 +1019,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         /*
20          *      Create all the /proc entries.
21          */