summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhshoexer <hshoexer@openbsd.org>2005-11-12 21:57:34 +0000
committerhshoexer <hshoexer@openbsd.org>2005-11-12 21:57:34 +0000
commit17a2b7e2d1b3fd84654884147c54ccd40071f46e (patch)
tree29c77ce70688f8fb77b8aa6895f06aa31adde914
parentadd support for interface names as host specifications (diff)
downloadwireguard-openbsd-17a2b7e2d1b3fd84654884147c54ccd40071f46e.tar.xz
wireguard-openbsd-17a2b7e2d1b3fd84654884147c54ccd40071f46e.zip
spacing
-rw-r--r--sbin/ipsecctl/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/parse.y b/sbin/ipsecctl/parse.y
index bfe2648245c..d2b222ece0d 100644
--- a/sbin/ipsecctl/parse.y
+++ b/sbin/ipsecctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.39 2005/11/12 21:49:38 hshoexer Exp $ */
+/* $OpenBSD: parse.y,v 1.40 2005/11/12 21:57:34 hshoexer Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -353,7 +353,7 @@ hosts : FROM host TO host {
$$.src = $4;
$$.dst = $2;
}
- ;
+ ;
peer : /* empty */ { $$ = NULL; }
| PEER STRING {