From db9326f06c0bad4d131006254bc2cd37c1aa5081 Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 29 Apr 2001 18:12:43 +0000 Subject: [PATCH] Fix formatting. --- twofish.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/twofish.h b/twofish.h index ef666d1..42736bd 100644 --- a/twofish.h +++ b/twofish.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: twofish.h,v 1.2 2000/10/08 15:48:58 mdw Exp $ + * $Id: twofish.h,v 1.3 2001/04/29 18:12:43 mdw Exp $ * * The Twofish block cipher * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: twofish.h,v $ + * Revision 1.3 2001/04/29 18:12:43 mdw + * Fix formatting. + * * Revision 1.2 2000/10/08 15:48:58 mdw * Update comments now that AES has been chosen. * @@ -108,7 +111,7 @@ extern void twofish_eblk(const twofish_ctx */*k*/, const uint32 */*s*/, uint32 */*d*/); extern void twofish_dblk(const twofish_ctx */*k*/, - const uint32 */*s*/, uint32 */*d*/); + const uint32 */*s*/, uint32 */*d*/); /*----- That's all, folks -------------------------------------------------*/ -- 2.11.0