summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:56:07 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:56:07 +0000
commit2e14bc71e6f9b2235ea0f9aa4d5ae560acddfaea (patch)
treed8338abf6a10229e8961ddd6a14b6c59175357f7
parentceae9d1c333c24894cccddc861c1b9b6d208a8bc (diff)
- deraadt@cvs.openbsd.org 2002/06/03 12:04:07
[ssh.h] compatiblity -> compatibility decriptor -> descriptor authentciated -> authenticated transmition -> transmission
-rw-r--r--ChangeLog8
-rw-r--r--ssh.h4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 42154eebd..a9085d7e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,12 @@
78 pad received signature with leading zeros, because RSA_verify expects 78 pad received signature with leading zeros, because RSA_verify expects
79 a signature of RSA_size. the drafts says the signature is transmitted 79 a signature of RSA_size. the drafts says the signature is transmitted
80 unpadded (e.g. putty does not pad), reported by anakin@pobox.com 80 unpadded (e.g. putty does not pad), reported by anakin@pobox.com
81 - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
82 [ssh.h]
83 compatiblity -> compatibility
84 decriptor -> descriptor
85 authentciated -> authenticated
86 transmition -> transmission
81 87
8220020604 8820020604
83 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed 89 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@@ -762,4 +768,4 @@
762 - (stevesk) entropy.c: typo in debug message 768 - (stevesk) entropy.c: typo in debug message
763 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 769 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
764 770
765$Id: ChangeLog,v 1.2165 2002/06/06 20:55:04 mouring Exp $ 771$Id: ChangeLog,v 1.2166 2002/06/06 20:56:07 mouring Exp $
diff --git a/ssh.h b/ssh.h
index aac6216b8..e23bb1d5c 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $ */ 1/* $OpenBSD: ssh.h,v 1.70 2002/06/03 12:04:07 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -41,7 +41,7 @@
41#define SSH_MAX_IDENTITY_FILES 100 41#define SSH_MAX_IDENTITY_FILES 100
42 42
43/* 43/*
44 * Major protocol version. Different version indicates major incompatiblity 44 * Major protocol version. Different version indicates major incompatibility
45 * that prevents communication. 45 * that prevents communication.
46 * 46 *
47 * Minor protocol version. Different version indicates minor incompatibility 47 * Minor protocol version. Different version indicates minor incompatibility