From: mdw Date: Sun, 13 Jan 2002 13:43:35 +0000 (+0000) Subject: Indentation fix. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/b9a27a112e666cdf07b55e47856e5f0611d69a7b Indentation fix. --- diff --git a/counter.h b/counter.h index 8c5b3fd..d720c99 100644 --- a/counter.h +++ b/counter.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: counter.h,v 1.2 2001/06/17 00:10:51 mdw Exp $ + * $Id: counter.h,v 1.3 2002/01/13 13:43:35 mdw Exp $ * * Block cipher counter mode (or long cycle mode) * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: counter.h,v $ + * Revision 1.3 2002/01/13 13:43:35 mdw + * Indentation fix. + * * Revision 1.2 2001/06/17 00:10:51 mdw * Typesetting fixes * @@ -152,7 +155,7 @@ extern void pre##_countersetkey(pre##_counterctx */*ctx*/, \ \ extern void pre##_counterinit(pre##_counterctx */*ctx*/, \ const void */*key*/, size_t /*sz*/, \ - const void */*iv*/); \ + const void */*iv*/); \ \ /* --- @pre_counterencrypt@ --- * \ * \