Skip to content

Commit

Permalink
- [email protected] 2005/06/09 13:43:49
Browse files Browse the repository at this point in the history
     [cipher.c]
     Correctly initialize end of array sentinel; ok djm@
     (Id sync only, change already in portable)
  • Loading branch information
djmdjm committed Jun 16, 2005
1 parent d14b1e7 commit 46f55d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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@
- [email protected] 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
Expand Down Expand Up @@ -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 $
2 changes: 1 addition & 1 deletion cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 46f55d3

Please sign in to comment.