From: djm Date: Thu, 16 Jun 2005 03:21:17 +0000 (+0000) Subject: - dtucker@cvs.openbsd.org 2005/06/09 13:43:49 X-Git-Tag: V_4_2_P1~68 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/495795e1042da83d07e68e13e0b570c8cc619d24?ds=inline - dtucker@cvs.openbsd.org 2005/06/09 13:43:49 [cipher.c] Correctly initialize end of array sentinel; ok djm@ (Id sync only, change already in portable) --- diff --git a/ChangeLog b/ChangeLog index f776eed7..8d306375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,10 @@ [clientloop.c readconf.c readconf.h ssh.c ssh_config.5] add ControlMaster=auto/autoask options to support opportunistic multiplexing; tested avsm@ and jakob@, ok markus@ + - dtucker@cvs.openbsd.org 2005/06/09 13:43:49 + [cipher.c] + Correctly initialize end of array sentinel; ok djm@ + (Id sync only, change already in portable) 20050609 - (dtucker) [cipher.c openbsd-compat/Makefile.in diff --git a/cipher.c b/cipher.c index df46c017..8096a517 100644 --- a/cipher.c +++ b/cipher.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: cipher.c,v 1.74 2005/05/23 23:32:46 djm Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.75 2005/06/09 13:43:49 dtucker Exp $"); #include "xmalloc.h" #include "log.h"