summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2006-09-21 11:10:53 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2006-09-21 11:10:53 +0000
commit40e0c899db82f0110297ca1f9a3fd53fe6a67766 (patch)
treeb217eca8f92eb90b205d747685b682145a57cc86 /sys/netinet
parent96a5af43352d3abb2e8fa1562475613ab09dd165 (diff)
ugly trailing ws; from bret dot lambert at gmail
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_esp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c
index 02558d2744d..51d60a12b60 100644
--- a/sys/netinet/ip_esp.c
+++ b/sys/netinet/ip_esp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp.c,v 1.98 2006/05/28 02:04:15 mcbride Exp $ */
+/* $OpenBSD: ip_esp.c,v 1.99 2006/09/21 11:10:52 otto Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -104,10 +104,10 @@ esp_init(struct tdb *tdbp, struct xformsw *xsp, struct ipsecinit *ii)
struct cryptoini cria, crie;
if (!ii->ii_encalg && !ii->ii_authalg) {
- DPRINTF(("esp_init(): neither authentication nor encryption "
- "algorithm given"));
- return EINVAL;
- }
+ DPRINTF(("esp_init(): neither authentication nor encryption "
+ "algorithm given"));
+ return EINVAL;
+ }
if (ii->ii_encalg) {
switch (ii->ii_encalg) {