diff options
author | Damien Miller <djm@mindrot.org> | 2005-06-16 13:21:17 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-06-16 13:21:17 +1000 |
commit | 46f55d366508ab7eab3c1dcdf0ec8c61f0e798a3 (patch) | |
tree | 3027d21af8ae359518bae4cf569900466267091c | |
parent | d14b1e731cf4cb79c3ff5ced9315cc11f1fceced (diff) | |
download | openssh-git-46f55d366508ab7eab3c1dcdf0ec8c61f0e798a3.tar.gz |
- 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)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | cipher.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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 @@ -2710,4 +2714,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.3819 2005/06/16 03:19:41 djm Exp $ +$Id: ChangeLog,v 1.3820 2005/06/16 03:21:17 djm Exp $ @@ -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" |