summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-03-26 11:37:05 +0000
committermarkus <markus@openbsd.org>2002-03-26 11:37:05 +0000
commit69af481675e4ad7ad02910f8cc89c29e706b3d0d (patch)
tree94a63329b74d5829e64926bf7f53643f53a8e91a /usr.bin/ssh/ssh.c
parentupdate to recent drafts (diff)
downloadwireguard-openbsd-69af481675e4ad7ad02910f8cc89c29e706b3d0d.tar.xz
wireguard-openbsd-69af481675e4ad7ad02910f8cc89c29e706b3d0d.zip
update Copyright
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 003bb39fbee..1c491119b9b 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -13,6 +13,7 @@
* called by a name other than "ssh" or "Secure Shell".
*
* Copyright (c) 1999 Niels Provos. All rights reserved.
+ * Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
* Modified to work with SSL by Niels Provos <provos@citi.umich.edu>
* in Canada (German citizen).
@@ -39,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.168 2002/03/25 21:04:02 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.169 2002/03/26 11:37:05 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>