Typesetting fixes
[u/mdw/catacomb] / cbc.h
diff --git a/cbc.h b/cbc.h
index 40ec575..2f0e923 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.3 2001/06/17 00:10:51 mdw Exp $
  *
  * Ciphertext block chaining for block ciphers
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cbc.h,v $
+ * Revision 1.3  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.2  1999/12/10 23:16:39  mdw
  * Split mode macros into interface and implementation.
  *
@@ -76,7 +79,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:    ---                                                     \
  *                                                                     \