summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-27 17:20:38 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-27 17:20:38 +0000
commiteb041dca1f313a1d80952210453058de15761234 (patch)
tree2a3dd612acbcc94a3ac98b2905c01abd4cc63ad2
parentf181384a6b6af9c94c036578674ad7d706cf9579 (diff)
- markus@cvs.openbsd.org 2002/03/26 11:37:05
[ssh.c] update Copyright
-rw-r--r--ChangeLog6
-rw-r--r--ssh.c3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f00ec1bb..fa420b88b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@
5 - markus@cvs.openbsd.org 2002/03/26 11:34:49 5 - markus@cvs.openbsd.org 2002/03/26 11:34:49
6 [ssh.1 sshd.8] 6 [ssh.1 sshd.8]
7 update to recent drafts 7 update to recent drafts
8 8 - markus@cvs.openbsd.org 2002/03/26 11:37:05
9 [ssh.c]
10 update Copyright
9 11
1020020325 1220020325
11 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h" 13 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
@@ -8069,4 +8071,4 @@
8069 - Wrote replacements for strlcpy and mkdtemp 8071 - Wrote replacements for strlcpy and mkdtemp
8070 - Released 1.0pre1 8072 - Released 1.0pre1
8071 8073
8072$Id: ChangeLog,v 1.1993 2002/03/27 17:18:31 mouring Exp $ 8074$Id: ChangeLog,v 1.1994 2002/03/27 17:20:38 mouring Exp $
diff --git a/ssh.c b/ssh.c
index 062e098fc..c89b4135d 100644
--- a/ssh.c
+++ b/ssh.c
@@ -13,6 +13,7 @@
13 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
14 * 14 *
15 * Copyright (c) 1999 Niels Provos. All rights reserved. 15 * Copyright (c) 1999 Niels Provos. All rights reserved.
16 * Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved.
16 * 17 *
17 * Modified to work with SSL by Niels Provos <provos@citi.umich.edu> 18 * Modified to work with SSL by Niels Provos <provos@citi.umich.edu>
18 * in Canada (German citizen). 19 * in Canada (German citizen).
@@ -39,7 +40,7 @@
39 */ 40 */
40 41
41#include "includes.h" 42#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.168 2002/03/25 21:04:02 markus Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.169 2002/03/26 11:37:05 markus Exp $");
43 44
44#include <openssl/evp.h> 45#include <openssl/evp.h>
45#include <openssl/err.h> 46#include <openssl/err.h>