X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/79ba130cb5776f994f6a3f0f87159d8cbc5ff129..c65df27983057ec76ed0e72bb370f9a5ae7dad28:/cbc.h diff --git a/cbc.h b/cbc.h index 40ec575..1b51009 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.4 2004/04/08 01:36:15 mdw Exp $ * * Ciphertext block chaining for block ciphers * @@ -27,17 +27,6 @@ * 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: --- \ * \