summaryrefslogtreecommitdiff
path: root/sbin/photurisd/photuris_cookie_request.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/photurisd/photuris_cookie_request.c
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/photurisd/photuris_cookie_request.c')
-rw-r--r--sbin/photurisd/photuris_cookie_request.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/photurisd/photuris_cookie_request.c b/sbin/photurisd/photuris_cookie_request.c
index 0ea47236aaf..efda3a57021 100644
--- a/sbin/photurisd/photuris_cookie_request.c
+++ b/sbin/photurisd/photuris_cookie_request.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: photuris_cookie_request.c,v 1.4 2001/01/28 22:45:13 niklas Exp $ */
+/* $OpenBSD: photuris_cookie_request.c,v 1.5 2002/06/09 08:13:08 todd Exp $ */
/*
* Copyright 1997-2000 Niels Provos <provos@citi.umich.edu>
@@ -36,7 +36,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: photuris_cookie_request.c,v 1.4 2001/01/28 22:45:13 niklas Exp $";
+static char rcsid[] = "$OpenBSD: photuris_cookie_request.c,v 1.5 2002/06/09 08:13:08 todd Exp $";
#endif
#include <stdio.h>
@@ -72,7 +72,7 @@ photuris_cookie_request(struct stateob *st, u_char *buffer, int *size)
old_st = prev_st;
}
}
-
+
/* Check if we have an exchange going already */
if (old_st != NULL && old_st != st && timeout > time(NULL)) {
if (old_st->initiator) {