]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2005/06/09 13:43:49
authordjm <djm>
Thu, 16 Jun 2005 03:21:17 +0000 (03:21 +0000)
committerdjm <djm>
Thu, 16 Jun 2005 03:21:17 +0000 (03:21 +0000)
     [cipher.c]
     Correctly initialize end of array sentinel; ok djm@
     (Id sync only, change already in portable)

ChangeLog
cipher.c

index f776eed7c2764adcda6d8636271c1002aa72e6c6..8d306375cff552082b7fe902ec26aadd1d6c7df5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [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@
      [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
 
 20050609
  - (dtucker) [cipher.c openbsd-compat/Makefile.in
index df46c01753d836385aa7e7f0a5c8da8d8bc23ede..8096a5174ea4df510a3a01d40532da3f790d1c62 100644 (file)
--- a/cipher.c
+++ b/cipher.c
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
  */
 
 #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"
 
 #include "xmalloc.h"
 #include "log.h"
This page took 0.044995 seconds and 5 git commands to generate.