From 46f55d366508ab7eab3c1dcdf0ec8c61f0e798a3 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 16 Jun 2005 13:21:17 +1000 Subject: - 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) --- cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher.c') diff --git a/cipher.c b/cipher.c index df46c0175..8096a5174 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" -- cgit v1.2.3