summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-06-16 13:21:17 +1000
committerDamien Miller <djm@mindrot.org>2005-06-16 13:21:17 +1000
commit46f55d366508ab7eab3c1dcdf0ec8c61f0e798a3 (patch)
tree3027d21af8ae359518bae4cf569900466267091c /cipher.c
parentd14b1e731cf4cb79c3ff5ced9315cc11f1fceced (diff)
- 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)
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher.c b/cipher.c
index df46c0175..8096a5174 100644
--- a/cipher.c
+++ b/cipher.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: cipher.c,v 1.74 2005/05/23 23:32:46 djm Exp $"); 38RCSID("$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"