Fix formatting.
authormdw <mdw>
Sun, 29 Apr 2001 18:12:43 +0000 (18:12 +0000)
committermdw <mdw>
Sun, 29 Apr 2001 18:12:43 +0000 (18:12 +0000)
twofish.h

index ef666d1..42736bd 100644 (file)
--- 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 -------------------------------------------------*/