RCSID $Id: af_inet.c.fs2_0.patch,v 1.11 2004/11/29 17:53:20 mcr Exp $
--- linux/net/ipv4/af_inet.c.preipsec	Wed Jun  3 18:17:50 1998
+++ linux/net/ipv4/af_inet.c	Fri Sep 17 10:14:12 1999
@@ -1146,6 +1146,17 @@
 	ip_alias_init();
 #endif
 
+#if defined(CONFIG_KLIPS)
+	{
+               extern /* void */ int ipsec_klips_init(void);
+		/*
+		 *  Initialise AF_INET ESP and AH protocol support including 
+		 *  e-routing and SA tables
+		 */
+		ipsec_klips_init();
+	}
+#endif /* CONFIG_KLIPS */
+
 #ifdef CONFIG_INET_RARP
 	rarp_ioctl_hook = rarp_ioctl;
 #endif
