Typesetting fixes
[u/mdw/catacomb] / counter-def.h
index 080321a..e0336a4 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: counter-def.h,v 1.1 2000/06/17 10:51:42 mdw Exp $
+ * $Id: counter-def.h,v 1.2 2001/06/17 00:10:51 mdw Exp $
  *
  * Block cipher counter mode (or long cycle mode)
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: counter-def.h,v $
+ * Revision 1.2  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.1  2000/06/17 10:51:42  mdw
  * Counter mode ciphers and pseudo-random generator.
  *
@@ -81,7 +84,7 @@
  *                                                                     \
  * Arguments:  @const pre_counterctx *ctx@ = pointer to counter        \
  *                     context                                         \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \