mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +00:00
- dtucker@cvs.openbsd.org 2006/08/05 08:34:04
[packet.c] Typo in comment
This commit is contained in:
parent
d6a23f2057
commit
f676c57958
@ -115,6 +115,9 @@
|
||||
- dtucker@cvs.openbsd.org 2006/08/05 08:28:24
|
||||
[monitor_wrap.c auth-skey.c auth2-chall.c]
|
||||
Zap unused variables in -DSKEY code. ok djm@
|
||||
- dtucker@cvs.openbsd.org 2006/08/05 08:34:04
|
||||
[packet.c]
|
||||
Typo in comment
|
||||
|
||||
20060804
|
||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||
@ -5185,4 +5188,4 @@
|
||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4468 2006/08/05 08:50:35 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4469 2006/08/05 08:51:08 dtucker Exp $
|
||||
|
4
packet.c
4
packet.c
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: packet.c,v 1.142 2006/08/03 03:34:42 deraadt Exp $ */
|
||||
/* $OpenBSD: packet.c,v 1.143 2006/08/05 08:34:04 dtucker Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
@ -676,7 +676,7 @@ set_newkeys(int mode)
|
||||
|
||||
/*
|
||||
* Delayed compression for SSH2 is enabled after authentication:
|
||||
* This happans on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,
|
||||
* This happens on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,
|
||||
* and on the client side after a SSH2_MSG_USERAUTH_SUCCESS is received.
|
||||
*/
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user