diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-26 12:12:53 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-26 12:12:53 +0000 |
commit | 82738242eab85d81e2feaeab25bffb41a75c7fc9 (patch) | |
tree | c735e19e340c11a2bfc3f90ad4a409e679c729f6 /sbin/isakmpd/isakmpd.c | |
parent | bed310b398bdde15410b2af71828c4fcd9661d8a (diff) |
Pedantic style police
Diffstat (limited to 'sbin/isakmpd/isakmpd.c')
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index afb65351dc1..bf581bc6e8d 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.25 2000/10/07 06:58:37 niklas Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.26 2001/01/26 12:12:52 niklas Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -201,7 +201,7 @@ reinit (void) if (regrand) srandom (strtoul (optarg, 0, 0)); - /* Reread config file. */ + /* Reread config file. */ conf_reinit (); /* Try again to link in libcrypto (good if we started without /usr). */ @@ -211,14 +211,14 @@ reinit (void) tzset (); #ifdef USE_POLICY - /* Reread the policies. */ + /* Reread the policies. */ policy_init (); #endif /* Reinitialize certificates */ cert_init(); - /* Reinitialize our connection list. */ + /* Reinitialize our connection list. */ connection_reinit (); /* |