diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | cipher.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -15,6 +15,10 @@ | |||
15 | [clientloop.c readconf.c readconf.h ssh.c ssh_config.5] | 15 | [clientloop.c readconf.c readconf.h ssh.c ssh_config.5] |
16 | add ControlMaster=auto/autoask options to support opportunistic | 16 | add ControlMaster=auto/autoask options to support opportunistic |
17 | multiplexing; tested avsm@ and jakob@, ok markus@ | 17 | multiplexing; tested avsm@ and jakob@, ok markus@ |
18 | - dtucker@cvs.openbsd.org 2005/06/09 13:43:49 | ||
19 | [cipher.c] | ||
20 | Correctly initialize end of array sentinel; ok djm@ | ||
21 | (Id sync only, change already in portable) | ||
18 | 22 | ||
19 | 20050609 | 23 | 20050609 |
20 | - (dtucker) [cipher.c openbsd-compat/Makefile.in | 24 | - (dtucker) [cipher.c openbsd-compat/Makefile.in |
@@ -2710,4 +2714,4 @@ | |||
2710 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2714 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2711 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2715 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2712 | 2716 | ||
2713 | $Id: ChangeLog,v 1.3819 2005/06/16 03:19:41 djm Exp $ | 2717 | $Id: ChangeLog,v 1.3820 2005/06/16 03:21:17 djm Exp $ |
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: cipher.c,v 1.74 2005/05/23 23:32:46 djm Exp $"); | 38 | RCSID("$OpenBSD: cipher.c,v 1.75 2005/06/09 13:43:49 dtucker Exp $"); |
39 | 39 | ||
40 | #include "xmalloc.h" | 40 | #include "xmalloc.h" |
41 | #include "log.h" | 41 | #include "log.h" |