summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 06:59:27 +0000
committermouring <mouring>2001-03-05 06:59:27 +0000
commit1e189b207eb55ccb33272a045984a047cc2c567f (patch)
tree8e2c264edcf89091cbf88400399072b943fef50c /serverloop.c
parent1d701b56e0e235ff076348130354331a9078a3a4 (diff)
downloadopenssh-1e189b207eb55ccb33272a045984a047cc2c567f.tar.gz
- deraadt@cvs.openbsd.org 2001/03/02 18:54:31
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c
index 285f314e..9dcd88b4 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*
* SSH2 support by Markus Friedl.
- * Copyright (c) 2000 Markus Friedl. All rights reserved.
+ * Copyright (c) 2000 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.52 2001/02/28 21:27:48 markus Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.53 2001/03/02 18:54:31 deraadt Exp $");
#include "xmalloc.h"
#include "packet.h"