[channels.c]
     typo
This commit is contained in:
Ben Lindstrom 2001-03-05 06:29:44 +00:00
Родитель e229b25a9e
Коммит b40204bf22
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -89,6 +89,9 @@
[channels.c packet.c packet.h serverloop.c]
use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
use random content in ignore messages.
- markus@cvs.openbsd.org 2001/02/28 21:31:32
[channels.c]
typo
20010304
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@ -4281,4 +4284,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.877 2001/03/05 06:28:06 mouring Exp $
$Id: ChangeLog,v 1.878 2001/03/05 06:29:44 mouring Exp $

Просмотреть файл

@ -40,7 +40,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: channels.c,v 1.95 2001/02/28 21:27:48 markus Exp $");
RCSID("$OpenBSD: channels.c,v 1.96 2001/02/28 21:31:32 markus Exp $");
#include <openssl/rsa.h>
#include <openssl/dsa.h>
@ -794,7 +794,7 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset)
!(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {
/*
* Simulate echo to reduce the impact of
* traffic analysis. We need too match the
* traffic analysis. We need to match the
* size of a SSH2_MSG_CHANNEL_DATA message
* (4 byte channel id + data)
*/