summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sa.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
commit3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch)
tree16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/isakmpd/sa.c
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/isakmpd/sa.c')
-rw-r--r--sbin/isakmpd/sa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/sa.c b/sbin/isakmpd/sa.c
index 62a6788d970..8cd9cdccae3 100644
--- a/sbin/isakmpd/sa.c
+++ b/sbin/isakmpd/sa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sa.c,v 1.61 2002/06/07 15:59:37 ho Exp $ */
+/* $OpenBSD: sa.c,v 1.62 2002/06/09 08:13:07 todd Exp $ */
/* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $ */
/*
@@ -432,7 +432,7 @@ sa_dump (int cls, int level, char *header, struct sa *sa)
{
LOG_DBG ((cls, level, "%s: suite %d proto %d", header, proto->no,
proto->proto));
- LOG_DBG ((cls, level,
+ LOG_DBG ((cls, level,
"%s: spi_sz[0] %d spi[0] %p spi_sz[1] %d spi[1] %p", header,
proto->spi_sz[0], proto->spi[0], proto->spi_sz[1],
proto->spi[1]));
@@ -555,7 +555,7 @@ report_proto (FILE *fd, struct proto *proto)
case IPSEC_AUTH_DES_MAC:
case IPSEC_AUTH_KPDK:
/* XXX We should be supporting KPDK */
- fprintf (fd, "unknown (%d)", iproto->auth);
+ fprintf (fd, "unknown (%d)", iproto->auth);
break;
default: