X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/79ba130cb5776f994f6a3f0f87159d8cbc5ff129..59919ae4b1721ca271c3d3e5955c09d322573821:/cbc.h diff --git a/cbc.h b/cbc.h index 40ec575..2f0e923 100644 --- 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: --- \ * \