[packet.c]
     Typo in comment
This commit is contained in:
Darren Tucker 2006-08-05 18:51:08 +10:00
parent d6a23f2057
commit f676c57958
2 changed files with 6 additions and 3 deletions

View File

@ -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 $

View File

@ -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