- deraadt@cvs.openbsd.org 2002/06/03 12:04:07
[ssh.h] compatiblity -> compatibility decriptor -> descriptor authentciated -> authenticated transmition -> transmission
This commit is contained in:
parent
ceae9d1c33
commit
2e14bc71e6
|
@ -78,6 +78,12 @@
|
|||
pad received signature with leading zeros, because RSA_verify expects
|
||||
a signature of RSA_size. the drafts says the signature is transmitted
|
||||
unpadded (e.g. putty does not pad), reported by anakin@pobox.com
|
||||
- deraadt@cvs.openbsd.org 2002/06/03 12:04:07
|
||||
[ssh.h]
|
||||
compatiblity -> compatibility
|
||||
decriptor -> descriptor
|
||||
authentciated -> authenticated
|
||||
transmition -> transmission
|
||||
|
||||
20020604
|
||||
- (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
|
||||
|
@ -762,4 +768,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2165 2002/06/06 20:55:04 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2166 2002/06/06 20:56:07 mouring Exp $
|
||||
|
|
4
ssh.h
4
ssh.h
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $ */
|
||||
/* $OpenBSD: ssh.h,v 1.70 2002/06/03 12:04:07 deraadt Exp $ */
|
||||
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
|
@ -41,7 +41,7 @@
|
|||
#define SSH_MAX_IDENTITY_FILES 100
|
||||
|
||||
/*
|
||||
* Major protocol version. Different version indicates major incompatiblity
|
||||
* Major protocol version. Different version indicates major incompatibility
|
||||
* that prevents communication.
|
||||
*
|
||||
* Minor protocol version. Different version indicates minor incompatibility
|
||||
|
|
Loading…
Reference in New Issue