summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/isakmpd.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-10-07 06:58:38 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-10-07 06:58:38 +0000
commit75736c6c6a2e6397a8e699cf535af51394db4568 (patch)
tree77f3f576b5bb208233c7f1ee5afcb800ef1f258a /sbin/isakmpd/isakmpd.c
parentbd488b23a331e8da1c6311003d268b641dd75134 (diff)
isakmp_doi.h: Merge with EOM 1.1
isakmpd.c: Merge with EOM 1.54
Diffstat (limited to 'sbin/isakmpd/isakmpd.c')
-rw-r--r--sbin/isakmpd/isakmpd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c
index 3fe022d365d..afb65351dc1 100644
--- a/sbin/isakmpd/isakmpd.c
+++ b/sbin/isakmpd/isakmpd.c
@@ -1,9 +1,10 @@
-/* $OpenBSD: isakmpd.c,v 1.24 2000/06/08 20:51:31 niklas Exp $ */
-/* $EOM: isakmpd.c,v 1.52 2000/05/14 20:24:13 angelos Exp $ */
+/* $OpenBSD: isakmpd.c,v 1.25 2000/10/07 06:58:37 niklas Exp $ */
+/* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */
/*
* Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
* Copyright (c) 1999, 2000 Angelos D. Keromytis. All rights reserved.
+ * Copyright (c) 1999, 2000 Håkan Olsson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -98,7 +99,7 @@ static void
usage ()
{
fprintf (stderr,
- "usage: %s [-d] [-c config-file] [-D class=level] [-f fifo]\n"
+ "usage: %s [-c config-file] [-d] [-D class=level] [-f fifo]\n"
" [-i pid-file] [-n] [-p listen-port] [-P local-port]\n"
" [-r seed] [-R report-file]\n",
sysdep_progname ());