parent
f181384a6b
commit
eb041dca1f
|
@ -5,7 +5,9 @@
|
|||
- markus@cvs.openbsd.org 2002/03/26 11:34:49
|
||||
[ssh.1 sshd.8]
|
||||
update to recent drafts
|
||||
|
||||
- markus@cvs.openbsd.org 2002/03/26 11:37:05
|
||||
[ssh.c]
|
||||
update Copyright
|
||||
|
||||
20020325
|
||||
- (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
|
||||
|
@ -8069,4 +8071,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1993 2002/03/27 17:18:31 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1994 2002/03/27 17:20:38 mouring Exp $
|
||||
|
|
3
ssh.c
3
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>
|
||||
|
|
Loading…
Reference in New Issue