]> andersk Git - openssh.git/blobdiff - ssh.c
- (stevesk) [auth1.c] fix password auth for protocol 1 when
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 062e098fc5928302bbb2542085fd7029852f8a8b..c89b4135de7f6ff04d047830fe28abf757b5db92 100644 (file)
--- a/ssh.c
+++ b/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>
This page took 0.032101 seconds and 4 git commands to generate.