summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sa.c
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-04-09 22:09:54 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-04-09 22:09:54 +0000
commitbb89ef2d01a3c79fa24810108b09b3a891a3b260 (patch)
tree4a35adae651f720bf024059ff599ae15c1b10c90 /sbin/isakmpd/sa.c
parentcf6575690e256d6fc8e9fc4f2cee73c43cdd864d (diff)
More style fixes...
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 0836dfa75b2..910017983bd 100644
--- a/sbin/isakmpd/sa.c
+++ b/sbin/isakmpd/sa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sa.c,v 1.39 2001/03/06 22:18:48 angelos Exp $ */
+/* $OpenBSD: sa.c,v 1.40 2001/04/09 22:09:52 ho Exp $ */
/* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $ */
/*
@@ -232,7 +232,7 @@ isakmp_sa_check (struct sa *sa, void *v_arg)
return 0;
/* match icookie+rcookie against spi */
- if(memcmp (sa->cookies, arg->spi, ISAKMP_HDR_COOKIES_LEN) == 0)
+ if (memcmp (sa->cookies, arg->spi, ISAKMP_HDR_COOKIES_LEN) == 0)
return 1;
return 0;
@@ -797,7 +797,7 @@ sa_setup_expirations (struct sa *sa)
if (!sa->death)
{
- gettimeofday(&expiration, 0);
+ gettimeofday (&expiration, 0);
LOG_DBG ((LOG_TIMER, 95,
"sa_setup_expirations: SA %p hard timeout in %qd seconds",
sa, sa->seconds));