General utilities cleanup. Add signature support to catcrypt. Throw in
[u/mdw/catacomb] / cbc.h
diff --git a/cbc.h b/cbc.h
index 40ec575..1b51009 100644 (file)
--- a/cbc.h
+++ b/cbc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cbc.h,v 1.2 1999/12/10 23:16:39 mdw Exp $
+ * $Id: cbc.h,v 1.4 2004/04/08 01:36:15 mdw Exp $
  *
  * Ciphertext block chaining for block ciphers
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: cbc.h,v $
- * Revision 1.2  1999/12/10 23:16:39  mdw
- * Split mode macros into interface and implementation.
- *
- * Revision 1.1  1999/09/03 08:41:11  mdw
- * Initial import.
- *
- */
-
 #ifndef CATACOMB_CBC_H
 #define CATACOMB_CBC_H
 
@@ -76,7 +65,7 @@ typedef struct pre##_cbcctx {                                         \
 /* --- @pre_cbcgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_cbcctx *ctx@ = pointer to CBC context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \