From 5a7f502ff85fa80daab3422d3d21e27a6768f2e4 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sat, 1 May 1999 20:43:47 +0000 Subject: sysdep/openbsd/sysdep.c: Merge with EOM 1.7 DESIGN-NOTES: Merge with EOM 1.42 Makefile: Merge with EOM 1.51 app.c: Merge with EOM 1.6 conf.c: Merge with EOM 1.18 init.c: Merge with EOM 1.14 isakmpd.conf.5: Merge with EOM 1.19 pf_encap.c: Merge with EOM 1.64 pf_encap.h: Merge with EOM 1.12 pf_key_v2.h: Merge with EOM 1.3 sysdep.h: Merge with EOM 1.16 transport.c: Merge with EOM 1.40 ui.c: Merge with EOM 1.32 author: niklas A new connection abstraction --- sbin/isakmpd/init.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbin/isakmpd/init.c') diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c index e1f04e15dc1..50419f72483 100644 --- a/sbin/isakmpd/init.c +++ b/sbin/isakmpd/init.c @@ -1,5 +1,5 @@ -/* $OpenBSD: init.c,v 1.6 1999/04/19 19:54:53 niklas Exp $ */ -/* $EOM: init.c,v 1.13 1999/04/02 00:57:47 niklas Exp $ */ +/* $OpenBSD: init.c,v 1.7 1999/05/01 20:43:43 niklas Exp $ */ +/* $EOM: init.c,v 1.14 1999/05/01 20:21:09 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -40,6 +40,7 @@ #include "app.h" #include "conf.h" +#include "connection.h" #include "cookie.h" #include "doi.h" #include "exchange.h" @@ -66,6 +67,7 @@ init () /* The following group are depending on timer_init having run. */ conf_init (); + connection_init (); cookie_init (); sa_init (); -- cgit v1.2.3